Home
last modified time | relevance | path

Searched refs:DwarfDebug (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp153 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 DDwarfUnit.h55 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 DDwarfDebug.h1 //===- 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 DDwarfCompileUnit.cpp53 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 DDIEHash.cpp239 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
H A DDwarfCompileUnit.h144 DwarfDebug *DW, DwarfFile *DWU,
H A DDIE.cpp837 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
H A DAccelTable.cpp644 AsmPrinter *Asm, DWARF5AccelTable &Contents, const DwarfDebug &DD, in emitDWARF5AccelTable()
H A DDwarfUnit.cpp84 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU, in DwarfUnit()
90 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit()
H A DAsmPrinter.cpp546 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 DAsmPrinter.h46 class DwarfDebug; variable
209 DwarfDebug *DD = nullptr;
234 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug()
235 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
H A DAccelTable.h106 class DwarfDebug; variable
455 const DwarfDebug &DD,
/freebsd/lib/clang/libllvm/
H A DMakefile204 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp