LLVM 19.0.0git
Public Member Functions | List of all members
llvm::logicalview::LVSplitContext Class Referencefinal

#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"

Public Member Functions

 LVSplitContext ()=default
 
 LVSplitContext (const LVSplitContext &)=delete
 
LVSplitContextoperator= (const LVSplitContext &)=delete
 
 ~LVSplitContext ()=default
 
Error createSplitFolder (StringRef Where)
 
std::error_code open (std::string Name, std::string Extension, raw_ostream &OS)
 
void close ()
 
std::string getLocation () const
 
raw_fd_ostreamos ()
 

Detailed Description

Definition at line 33 of file LVReader.h.

Constructor & Destructor Documentation

◆ LVSplitContext() [1/2]

llvm::logicalview::LVSplitContext::LVSplitContext ( )
default

◆ LVSplitContext() [2/2]

llvm::logicalview::LVSplitContext::LVSplitContext ( const LVSplitContext )
delete

◆ ~LVSplitContext()

llvm::logicalview::LVSplitContext::~LVSplitContext ( )
default

Member Function Documentation

◆ close()

void llvm::logicalview::LVSplitContext::close ( )
inline

◆ createSplitFolder()

Error LVSplitContext::createSplitFolder ( StringRef  Where)

◆ getLocation()

std::string llvm::logicalview::LVSplitContext::getLocation ( ) const
inline

Definition at line 53 of file LVReader.h.

References llvm::logicalview::Location.

◆ open()

std::error_code LVSplitContext::open ( std::string  Name,
std::string  Extension,
raw_ostream OS 
)

◆ operator=()

LVSplitContext & llvm::logicalview::LVSplitContext::operator= ( const LVSplitContext )
delete

◆ os()

raw_fd_ostream & llvm::logicalview::LVSplitContext::os ( )
inline

The documentation for this class was generated from the following files: