Home
last modified time | relevance | path

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

/freebsd-14.2/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()
3544 AccelDebugNames.addTypeUnitSignature(*TU.first); in addDwarfTypeUnitType()
3546 AccelDebugNames.addTypeUnitSymbol(*TU.first); in addDwarfTypeUnitType()
3550 AccelDebugNames.addTypeEntries(AccelTypeUnitsDebugNames); in addDwarfTypeUnitType()
3584 ((&Current == &AccelDebugNames) && in addAccelNameImpl()
3587 assert(((&Current == &AccelDebugNames) || in addAccelNameImpl()