LLVM: llvm::DebugLocStream::ListBuilder Class Reference (original) (raw)
Builder for DebugLocStream lists. More...
#include "[CodeGen/AsmPrinter/DebugLocStream.h](DebugLocStream%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| ListBuilder (DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, DbgVariable &V) | |
| void | setTagOffset (uint8_t TO) |
| ~ListBuilder () | |
| Finalize the list. | |
| DebugLocStream & | getLocs () |
Builder for DebugLocStream lists.
Definition at line 154 of file DebugLocStream.h.
◆ ~ListBuilder()
| DebugLocStream::ListBuilder::~ListBuilder | ( | ) |
|---|
Finalize the list.
If the list is empty, delete it. Otherwise, finalize it by creating a temp symbol in Asm and setting up the DbgVariable.
Definition at line 40 of file DebugLocStream.cpp.
◆ getLocs()
| DebugLocStream & llvm::DebugLocStream::ListBuilder::getLocs ( ) | inline |
|---|
◆ setTagOffset()
| void llvm::DebugLocStream::ListBuilder::setTagOffset ( uint8_t TO) | inline |
|---|
The documentation for this class was generated from the following files:
- lib/CodeGen/AsmPrinter/DebugLocStream.h
- lib/CodeGen/AsmPrinter/DebugLocStream.cpp