LLVM 22.0.0git
|
#include "CodeGen/AsmPrinter/DwarfFile.h"
Public Member Functions | |
DwarfFile (AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) | |
const SmallVectorImpl< std::unique_ptr< DwarfCompileUnit > > & | getUnits () |
std::pair< uint32_t, RangeSpanList * > | addRange (const DwarfCompileUnit &CU, SmallVector< RangeSpan, 2 > R) |
const SmallVectorImpl< RangeSpanList > & | getRangeLists () const |
getRangeLists - Get the vector of range lists. | |
unsigned | computeSizeAndOffset (DIE &Die, unsigned Offset) |
Compute the size and offset of a DIE given an incoming Offset. | |
void | computeSizeAndOffsets () |
Compute the size and offset of all the DIEs. | |
unsigned | computeSizeAndOffsetsForUnit (DwarfUnit *TheU) |
Compute the size and offset of all the DIEs in the given unit. | |
void | addUnit (std::unique_ptr< DwarfCompileUnit > U) |
Add a unit to the list of CUs. | |
void | emitUnits (bool UseOffsets) |
Emit all of the units to the section listed with the given abbreviation section. | |
void | emitUnit (DwarfUnit *TheU, bool UseOffsets) |
Emit the given unit to its section. | |
void | emitAbbrevs (MCSection *) |
Emit a set of abbreviations to the specific section. | |
void | emitStrings (MCSection *StrSection, MCSection *OffsetSection=nullptr, bool UseRelativeOffsets=false) |
Emit all of the strings to the section given. | |
DwarfStringPool & | getStringPool () |
Returns the string pool. | |
MCSymbol * | getStringOffsetsStartSym () const |
void | setStringOffsetsStartSym (MCSymbol *Sym) |
MCSymbol * | getRnglistsTableBaseSym () const |
void | setRnglistsTableBaseSym (MCSymbol *Sym) |
void | addScopeVariable (LexicalScope *LS, DbgVariable *Var) |
void | addScopeLabel (LexicalScope *LS, DbgLabel *Label) |
DenseMap< LexicalScope *, ScopeVars > & | getScopeVariables () |
DenseMap< LexicalScope *, LabelList > & | getScopeLabels () |
DenseMap< const DILocalScope *, DIE * > & | getAbstractScopeDIEs () |
DenseMap< const DINode *, std::unique_ptr< DbgEntity > > & | getAbstractEntities () |
auto & | getFinalizedAbstractSubprograms () |
void | insertDIE (const MDNode *TypeMD, DIE *Die) |
DIE * | getDIE (const MDNode *TypeMD) |
Definition at line 56 of file DwarfFile.h.
DwarfFile::DwarfFile | ( | AsmPrinter * | AP, |
StringRef | Pref, | ||
BumpPtrAllocator & | DA ) |
Definition at line 20 of file DwarfFile.cpp.
std::pair< uint32_t, RangeSpanList * > DwarfFile::addRange | ( | const DwarfCompileUnit & | CU, |
SmallVector< RangeSpan, 2 > | R ) |
Definition at line 123 of file DwarfFile.cpp.
References llvm::Last.
void DwarfFile::addScopeLabel | ( | LexicalScope * | LS, |
DbgLabel * | Label ) |
Definition at line 117 of file DwarfFile.cpp.
References llvm::SmallVectorTemplateBase< T, bool >::push_back().
void DwarfFile::addScopeVariable | ( | LexicalScope * | LS, |
DbgVariable * | Var ) |
Definition at line 105 of file DwarfFile.cpp.
References assert(), llvm::DILocalVariable::getArg(), and llvm::DbgVariable::getVariable().
void DwarfFile::addUnit | ( | std::unique_ptr< DwarfCompileUnit > | U | ) |
Add a unit to the list of CUs.
Definition at line 23 of file DwarfFile.cpp.
Compute the size and offset of a DIE given an incoming Offset.
Definition at line 92 of file DwarfFile.cpp.
References llvm::DIE::computeOffsetsAndAbbrevs(), and llvm::Offset.
Referenced by computeSizeAndOffsetsForUnit().
void DwarfFile::computeSizeAndOffsets | ( | ) |
Compute the size and offset of all the DIEs.
Definition at line 57 of file DwarfFile.cpp.
References computeSizeAndOffsetsForUnit(), and llvm::report_fatal_error().
Compute the size and offset of all the DIEs in the given unit.
Definition at line 80 of file DwarfFile.cpp.
References computeSizeAndOffset(), llvm::DwarfUnit::getHeaderSize(), llvm::DIEUnit::getUnitDie(), and llvm::Offset.
Referenced by computeSizeAndOffsets().
void DwarfFile::emitAbbrevs | ( | MCSection * | Section | ) |
Emit a set of abbreviations to the specific section.
Definition at line 97 of file DwarfFile.cpp.
void DwarfFile::emitStrings | ( | MCSection * | StrSection, |
MCSection * | OffsetSection = nullptr, | ||
bool | UseRelativeOffsets = false ) |
Emit all of the strings to the section given.
If OffsetSection is non-null, emit a table of string offsets to it. If UseRelativeOffsets is false, emit absolute offsets to the strings. Otherwise, emit relocatable references to the strings if they are supported by the target.
Definition at line 100 of file DwarfFile.cpp.
Emit the given unit to its section.
Definition at line 34 of file DwarfFile.cpp.
References llvm::DwarfUnit::emitHeader(), llvm::iterator_range< IteratorT >::empty(), llvm::DwarfUnit::getCUNode(), llvm::DwarfUnit::getEndLabel(), llvm::DIEUnit::getSection(), llvm::DIEUnit::getUnitDie(), llvm::DICompileUnit::isDebugDirectivesOnly(), and llvm::DIEValueList::values().
Referenced by emitUnits().
void DwarfFile::emitUnits | ( | bool | UseOffsets | ) |
Emit all of the units to the section listed with the given abbreviation section.
Definition at line 29 of file DwarfFile.cpp.
References emitUnit().
|
inline |
Definition at line 178 of file DwarfFile.h.
|
inline |
Definition at line 174 of file DwarfFile.h.
Definition at line 190 of file DwarfFile.h.
|
inline |
Definition at line 182 of file DwarfFile.h.
|
inline |
getRangeLists - Get the vector of range lists.
Definition at line 119 of file DwarfFile.h.
Referenced by emitRnglistsTableHeader().
|
inline |
Definition at line 159 of file DwarfFile.h.
Referenced by emitRnglistsTableHeader().
|
inline |
Definition at line 170 of file DwarfFile.h.
|
inline |
Definition at line 166 of file DwarfFile.h.
|
inline |
Definition at line 156 of file DwarfFile.h.
|
inline |
Returns the string pool.
Definition at line 154 of file DwarfFile.h.
|
inline |
Definition at line 111 of file DwarfFile.h.
Definition at line 186 of file DwarfFile.h.
|
inline |
Definition at line 160 of file DwarfFile.h.
Referenced by llvm::DwarfDebug::beginModule().
|
inline |
Definition at line 157 of file DwarfFile.h.