Home
last modified time | relevance | path

Searched refs:AccelDebugNames (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h508 DWARF5AccelTable AccelDebugNames; variable
511 DWARF5AccelTable *CurrentDebugNames = &AccelDebugNames;
930 CurrentDebugNames = &AccelDebugNames; in setCurrentDWARF5AccelTable()
H A DDwarfDebug.cpp1398 AccelDebugNames.convertDieToOffset(); in finalizeModuleInfo()
2404 emitDWARF5AccelTable(Asm, AccelDebugNames, *this, getUnits()); in emitAccelDebugNames()
3532 AccelDebugNames.addTypeUnitSignature(*TU.first); in addDwarfTypeUnitType()
3534 AccelDebugNames.addTypeUnitSymbol(*TU.first); in addDwarfTypeUnitType()
3538 AccelDebugNames.addTypeEntries(AccelTypeUnitsDebugNames); in addDwarfTypeUnitType()
3546 // table (for AccelTableKind::Dwarf it's always AccelDebugNames, for in addDwarfTypeUnitType()
3573 ((&Current == &AccelDebugNames) && in addAccelNameImpl()
3576 assert(((&Current == &AccelDebugNames) || in addAccelNameImpl()