|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/LogicalView/Core/LVOptions.h"#include "llvm/DebugInfo/LogicalView/Core/LVRange.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Error.h"#include "llvm/Support/ScopedPrinter.h"#include "llvm/Support/ToolOutputFile.h"#include <map>Go to the source code of this file.
Classes | |
| class | llvm::logicalview::LVSplitContext |
| class | llvm::logicalview::LVReader |
| The logical reader owns of all the logical elements created during the debug information parsing. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::logicalview |
Macros | |
| #define | LV_OBJECT_ALLOCATOR(KIND) |
| #define | LV_CREATE_OBJECT(KIND) |
Functions | |
| LVReader & | llvm::logicalview::getReader () |
| LVSplitContext & | llvm::logicalview::getReaderSplitContext () |
| LVScopeCompileUnit * | llvm::logicalview::getReaderCompileUnit () |
Variables | |
| constexpr LVSectionIndex | llvm::logicalview::UndefinedSectionIndex = 0 |
| #define LV_CREATE_OBJECT | ( | KIND | ) |
Definition at line 214 of file LVReader.h.
| #define LV_OBJECT_ALLOCATOR | ( | KIND | ) |
Definition at line 82 of file LVReader.h.