Searched refs:DwarfDebug (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 330 DwarfDebug::DwarfDebug(AsmPrinter *A) in DwarfDebug() function in DwarfDebug 446 DwarfDebug::~DwarfDebug() = default; 476 void DwarfDebug::addSubprogramNames( in addSubprogramNames() 1402 void DwarfDebug::endModule() { in endModule() 2371 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() 2415 void DwarfDebug::emitAccelObjC() { in emitAccelObjC() 2580 void DwarfDebug::emitDebugStr() { in emitDebugStr() 2943 void DwarfDebug::emitDebugLoc() { in emitDebugLoc() 3603 void DwarfDebug::addAccelName( in addAccelName() 3610 void DwarfDebug::addAccelObjC( in addAccelObjC() [all …]
|
| H A D | DwarfUnit.h | 55 DwarfDebug *DD; 77 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID = 0); 112 DwarfDebug &getDwarfDebug() const { return *DD; } in getDwarfDebug() 383 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DwarfDebug.h | 351 class DwarfDebug : public DebugHandlerBase { 713 DwarfDebug(AsmPrinter *A); 715 ~DwarfDebug() override;
|
| H A D | DIEHash.cpp | 239 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
| H A D | DwarfCompileUnit.h | 144 DwarfDebug *DW, DwarfFile *DWU,
|
| H A D | DwarfCompileUnit.cpp | 45 static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) { in GetCompileUnitType() 59 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit() 794 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in applyConcreteDbgVariableAttributes() 1317 DwarfDebug::emitDebugLocValue(*Asm, nullptr, Param.getValue(), DwarfExpr); in constructCallSiteParmEntryDIEs()
|
| H A D | DIE.cpp | 841 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
|
| H A D | AccelTable.cpp | 682 AsmPrinter *Asm, DWARF5AccelTable &Contents, const DwarfDebug &DD, in emitDWARF5AccelTable()
|
| H A D | DwarfUnit.cpp | 83 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU, in DwarfUnit() 89 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit()
|
| H A D | AsmPrinter.cpp | 557 DD = new DwarfDebug(this); in doInitialization() 558 Handlers.emplace_back(std::unique_ptr<DwarfDebug>(DD), DbgTimerName, in doInitialization()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 44 class DwarfDebug; variable 220 DwarfDebug *DD = nullptr; 245 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 246 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
| H A D | AccelTable.h | 106 class DwarfDebug; variable 409 const DwarfDebug &DD,
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 207 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp
|