Searched refs:DwarfDebug (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 350 DwarfDebug::DwarfDebug(AsmPrinter *A) in DwarfDebug() function in DwarfDebug 473 DwarfDebug::~DwarfDebug() = default; 1414 void DwarfDebug::endModule() { in endModule() 2271 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() 2308 void DwarfDebug::emitAccelNames() { in emitAccelNames() 2315 void DwarfDebug::emitAccelObjC() { in emitAccelObjC() 2477 void DwarfDebug::emitDebugStr() { in emitDebugStr() 2843 void DwarfDebug::emitDebugLoc() { in emitDebugLoc() 3316 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() 3427 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() [all …]
|
| H A D | DwarfDebug.h | 295 class DwarfDebug : public DebugHandlerBase { 641 DwarfDebug(AsmPrinter *A); 643 ~DwarfDebug() override; 667 DwarfDebug *DD; 668 decltype(DwarfDebug::TypeUnitsUnderConstruction) TypeUnitsUnderConstruction; 670 friend class DwarfDebug; variable 671 NonTypeUnitContext(DwarfDebug *DD);
|
| H A D | DwarfUnit.h | 52 DwarfDebug *DD; 73 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, 102 DwarfDebug &getDwarfDebug() const { return *DD; } in getDwarfDebug() 363 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DIEHash.cpp | 232 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
| H A D | DwarfCompileUnit.h | 111 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() 762 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in constructVariableDIEImpl() 1244 DwarfDebug::emitDebugLocValue(*Asm, nullptr, Param.getValue(), DwarfExpr); in constructCallSiteParmEntryDIEs()
|
| H A D | DIE.cpp | 851 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
|
| H A D | AccelTable.cpp | 548 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
|
| H A D | DwarfUnit.cpp | 91 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 96 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
|
| H A D | AsmPrinter.cpp | 353 DD = new DwarfDebug(this); in doInitialization() 354 Handlers.emplace_back(std::unique_ptr<DwarfDebug>(DD), DbgTimerName, in doInitialization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 41 class DwarfDebug; variable 206 DwarfDebug *DD = nullptr; 221 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 222 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
| H A D | AccelTable.h | 110 class DwarfDebug; variable 311 const DwarfDebug &DD,
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 189 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp
|