Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp154 static cl::opt<DwarfDebug::MinimizeAddrInV5> MinimizeAddrInV5Option(
158 cl::values(clEnumValN(DwarfDebug::MinimizeAddrInV5::Default, "Default",
160 clEnumValN(DwarfDebug::MinimizeAddrInV5::Ranges, "Ranges",
163 clEnumValN(DwarfDebug::MinimizeAddrInV5::Expressions,
167 clEnumValN(DwarfDebug::MinimizeAddrInV5::Form, "Form",
170 clEnumValN(DwarfDebug::MinimizeAddrInV5::Disabled, "Disabled",
172 cl::init(DwarfDebug::MinimizeAddrInV5::Default));
350 DwarfDebug::DwarfDebug(AsmPrinter *A) in DwarfDebug() function in DwarfDebug
473 DwarfDebug::~DwarfDebug() = default;
503 void DwarfDebug::addSubprogramNames(const DICompileUnit &CU, in addSubprogramNames()
[all …]
DDwarfDebug.h295 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);
DDwarfUnit.h52 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,
DDwarfCompileUnit.h111 DwarfDebug *DW, DwarfFile *DWU,
DDIEHash.cpp232 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
DDwarfCompileUnit.cpp45 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()
DDIE.cpp851 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
DAccelTable.cpp548 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
DDwarfUnit.cpp91 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit()
96 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
DAsmPrinter.cpp353 DD = new DwarfDebug(this); in doInitialization()
354 Handlers.emplace_back(std::unique_ptr<DwarfDebug>(DD), DbgTimerName, in doInitialization()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h41 class DwarfDebug; variable
206 DwarfDebug *DD = nullptr;
221 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug()
222 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
DAccelTable.h110 class DwarfDebug; variable
311 const DwarfDebug &DD,
/freebsd-12-stable/lib/clang/libllvm/
DMakefile190 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp