LLVM 22.0.0git
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
LLVM_ABI Error createSplitFolder (StringRef Where)
LLVM_ABI 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 34 of file LVReader.h.

Constructor & Destructor Documentation

◆ LVSplitContext() [1/2]

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

Referenced by LVSplitContext(), and operator=().

◆ LVSplitContext() [2/2]

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

References LVSplitContext().

◆ ~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 54 of file LVReader.h.

◆ open()

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

◆ operator=()

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

References LVSplitContext().

◆ os()

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

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