Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp311 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug
389 DwarfDebug::~DwarfDebug() = default;
704 void DwarfDebug::beginModule() { in beginModule()
940 void DwarfDebug::endModule() { in endModule()
1672 void DwarfDebug::emitDebugInfo() { in emitDebugInfo()
1709 void DwarfDebug::emitAccelNames() { in emitAccelNames()
1716 void DwarfDebug::emitAccelObjC() { in emitAccelObjC()
1729 void DwarfDebug::emitAccelTypes() { in emitAccelTypes()
1881 void DwarfDebug::emitDebugStr() { in emitDebugStr()
2026 void DwarfDebug::emitDebugLoc() { in emitDebugLoc()
[all …]
H A DDwarfUnit.h56 DwarfDebug *DD;
77 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW,
362 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
H A DDwarfDebug.h281 class DwarfDebug : public DebugHandlerBase {
585 DwarfDebug(AsmPrinter *A, Module *M);
587 ~DwarfDebug() override;
H A DDwarfCompileUnit.h106 DwarfDebug *DW, DwarfFile *DWU);
H A DDIEHash.cpp226 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
H A DDwarfUnit.cpp73 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit()
79 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
438 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType()
H A DDIE.cpp795 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
H A DAccelTable.cpp555 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp56 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
H A DAsmPrinter.cpp309 DD = new DwarfDebug(this, &M); in doInitialization()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h44 class DwarfDebug; variable
183 DwarfDebug *DD = nullptr;
194 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug()
195 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
H A DAccelTable.h112 class DwarfDebug; variable
313 const DwarfDebug &DD,
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile156 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp