Searched refs:DwarfDebug (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 153 static cl::opt<DwarfDebug::MinimizeAddrInV5> MinimizeAddrInV5Option( 157 cl::values(clEnumValN(DwarfDebug::MinimizeAddrInV5::Default, "Default", 159 clEnumValN(DwarfDebug::MinimizeAddrInV5::Ranges, "Ranges", 162 clEnumValN(DwarfDebug::MinimizeAddrInV5::Expressions, 166 clEnumValN(DwarfDebug::MinimizeAddrInV5::Form, "Form", 169 clEnumValN(DwarfDebug::MinimizeAddrInV5::Disabled, "Disabled", 171 cl::init(DwarfDebug::MinimizeAddrInV5::Default)); 330 DwarfDebug::DwarfDebug(AsmPrinter *A) in DwarfDebug() function in DwarfDebug 446 DwarfDebug::~DwarfDebug() = default; 476 void DwarfDebug::addSubprogramNames( in addSubprogramNames() [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() 385 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
H A D | DwarfDebug.h | 1 //===- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework --------*- C++ -*-===// 351 class DwarfDebug : public DebugHandlerBase { 520 /// in DwarfDebug; if a given feature has a more specific command-line option, 713 DwarfDebug(AsmPrinter *A); in useSectionsAsReferences() 715 ~DwarfDebug() override;
|
H A D | DwarfCompileUnit.cpp | 53 static bool AddLinkageNamesToDeclCallOriginsForTuning(const DwarfDebug *DD) { in AddLinkageNamesToDeclCallOriginsForTuning() 60 static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) { in GetCompileUnitType() 74 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit() 809 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in applyConcreteDbgVariableAttributes() 1338 DwarfDebug::emitDebugLocValue(*Asm, nullptr, Param.getValue(), DwarfExpr); in constructCallSiteParmEntryDIEs()
|
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 | DIE.cpp | 837 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
|
H A D | AccelTable.cpp | 644 AsmPrinter *Asm, DWARF5AccelTable &Contents, const DwarfDebug &DD, in emitDWARF5AccelTable()
|
H A D | DwarfUnit.cpp | 84 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU, in DwarfUnit() 90 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit()
|
H A D | AsmPrinter.cpp | 546 DD = new DwarfDebug(this); in doInitialization() 547 DebugHandlers.push_back(std::unique_ptr<DwarfDebug>(DD)); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 46 class DwarfDebug; variable 209 DwarfDebug *DD = nullptr; 234 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 235 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
H A D | AccelTable.h | 106 class DwarfDebug; variable 455 const DwarfDebug &DD,
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 204 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp
|