Searched refs:DwarfDebug (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 311 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 D | DwarfUnit.h | 56 DwarfDebug *DD; 77 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, 362 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DwarfDebug.h | 281 class DwarfDebug : public DebugHandlerBase { 585 DwarfDebug(AsmPrinter *A, Module *M); 587 ~DwarfDebug() override;
|
| H A D | DwarfCompileUnit.h | 106 DwarfDebug *DW, DwarfFile *DWU);
|
| H A D | DIEHash.cpp | 226 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
| H A D | DwarfUnit.cpp | 73 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 D | DIE.cpp | 795 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
|
| H A D | AccelTable.cpp | 555 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
|
| H A D | DwarfCompileUnit.cpp | 56 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
|
| H A D | AsmPrinter.cpp | 309 DD = new DwarfDebug(this, &M); in doInitialization()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 44 class DwarfDebug; variable 183 DwarfDebug *DD = nullptr; 194 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 195 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
| H A D | AccelTable.h | 112 class DwarfDebug; variable 313 const DwarfDebug &DD,
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 156 SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp
|