LLVM 20.0.0git
|
#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
Public Member Functions | |
LVSplitContext ()=default | |
LVSplitContext (const LVSplitContext &)=delete | |
LVSplitContext & | operator= (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_ostream & | os () |
Definition at line 33 of file LVReader.h.
|
default |
|
delete |
|
default |
|
inline |
Definition at line 46 of file LVReader.h.
Referenced by llvm::logicalview::LVScope::doPrint(), and llvm::logicalview::LVScopeRoot::doPrintMatches().
Definition at line 113 of file LVReader.cpp.
References llvm::sys::fs::create_directories(), llvm::createStringError(), llvm::codeview::EC, and llvm::Error::success().
|
inline |
Definition at line 53 of file LVReader.h.
References llvm::logicalview::Location.
std::error_code LVSplitContext::open | ( | std::string | Name, |
std::string | Extension, | ||
raw_ostream & | OS | ||
) |
Definition at line 132 of file LVReader.cpp.
References assert(), llvm::codeview::EC, llvm::logicalview::flattenedFilePath(), llvm::logicalview::Name, and llvm::sys::fs::OF_None.
|
delete |
|
inline |
Definition at line 54 of file LVReader.h.
Referenced by llvm::logicalview::LVScope::doPrint(), and llvm::logicalview::LVScopeRoot::doPrintMatches().