Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp350 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 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);
H A 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,
H A DDIEHash.cpp232 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
H A DDwarfCompileUnit.h111 DwarfDebug *DW, DwarfFile *DWU,
H A 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()
H A DDIE.cpp851 DwarfDebug *DD = AP->getDwarfDebug(); in emitValue()
H A DAccelTable.cpp548 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
H A DDwarfUnit.cpp91 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit()
96 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
H A DAsmPrinter.cpp353 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 DAsmPrinter.h41 class DwarfDebug; variable
206 DwarfDebug *DD = nullptr;
221 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug()
222 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
H A DAccelTable.h110 class DwarfDebug; variable
311 const DwarfDebug &DD,
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile189 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp