LLVM: llvm::logicalview::LVSplitContext Class Reference (original) (raw)
#include "[llvm/DebugInfo/LogicalView/Core/LVReader.h](LVReader%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LVSplitContext ()=default | |
| LVSplitContext (const LVSplitContext &)=delete | |
| LVSplitContext & | operator= (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_ostream & | os () |
Definition at line 34 of file LVReader.h.
| llvm::logicalview::LVSplitContext::LVSplitContext ( ) | default |
|---|
Referenced by LVSplitContext(), and operator=().
◆ LVSplitContext() [2/2]
References LVSplitContext().
◆ ~LVSplitContext()
| llvm::logicalview::LVSplitContext::~LVSplitContext ( ) | default |
|---|
◆ close()
| void llvm::logicalview::LVSplitContext::close ( ) | inline |
|---|
◆ createSplitFolder()
◆ getLocation()
| std::string llvm::logicalview::LVSplitContext::getLocation ( ) const | inline |
|---|
◆ open()
| std::error_code LVSplitContext::open | ( | std::string | Name, |
|---|---|---|---|
| std::string | Extension, | ||
| raw_ostream & | OS ) |
◆ operator=()
References LVSplitContext().
◆ os()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/LogicalView/Core/LVReader.h
- lib/DebugInfo/LogicalView/Core/LVReader.cpp