| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 84 DwarfUnit::DwarfUnit(dwarf::Tag UnitTag, const DICompileUnit *Node, in DwarfUnit() function in DwarfUnit 95 DwarfUnit::~DwarfUnit() { in ~DwarfUnit() 102 int64_t DwarfUnit::getDefaultLowerBound() const { in getDefaultLowerBound() 196 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() 210 void DwarfUnit::insertDIE(DIE *D) { in insertDIE() 1179 static_cast<DwarfUnit *>(SPDie.getUnit()) in getOrCreateSubprogramDIE() 1433 DIE *DwarfUnit::getIndexTyDie() { in getIndexTyDie() 1580 void DwarfUnit::constructContainingTypeDIEs() { in constructContainingTypeDIEs() 1783 DwarfUnit::emitCommonHeader(UseOffsets, in emitHeader() 1831 void DwarfUnit::addStringOffsetsStart() { in addStringOffsetsStart() [all …]
|
| H A D | DwarfFile.h | 30 class DwarfUnit; variable 121 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU); 131 void emitUnit(DwarfUnit *TheU, bool UseOffsets);
|
| H A D | DwarfUnit.h | 35 class DwarfUnit : public DIEUnit { 71 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, 305 ~DwarfUnit(); 355 class DwarfTypeUnit final : public DwarfUnit { 376 return DwarfUnit::getHeaderSize() + sizeof(uint64_t) + // Type Signature in getHeaderSize()
|
| H A D | DwarfFile.cpp | 34 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() 80 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
|
| H A D | CMakeLists.txt | 20 DwarfUnit.cpp
|
| H A D | DwarfCompileUnit.h | 46 class DwarfCompileUnit final : public DwarfUnit { 283 return DwarfUnit::getHeaderSize() + DWOIdSize; in getHeaderSize()
|
| H A D | DwarfDebug.h | 54 class DwarfUnit; variable 559 void initSkeletonUnit(const DwarfUnit &U, DIE &Die,
|
| H A D | DwarfCompileUnit.cpp | 60 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) { in DwarfCompileUnit() 1374 DwarfUnit::emitCommonHeader(UseOffsets, UT); in emitHeader()
|
| H A D | DwarfDebug.cpp | 2370 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue() 3273 void DwarfDebug::initSkeletonUnit(const DwarfUnit &U, DIE &Die, in initSkeletonUnit()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PowerPC/ |
| H A D | strict-dwarf.ll | 8 ; is not changed. The location attribute adding will call DwarfUnit::addUInt() 14 ; 2: DwarfUnit::addOpAddress() 15 ; 3: DwarfUnit::addUInt()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 430 auto getDie = [&](DWARFUnit &DwarfUnit) -> DWARFDie { in convert() argument 431 DWARFDie ReturnDie = DwarfUnit.getUnitDIE(false); in convert() 432 if (llvm::Optional<uint64_t> DWOId = DwarfUnit.getDWOId()) { in convert() 433 DWARFUnit *DWOCU = DwarfUnit.getNonSkeletonUnitDIE(false).getDwarfUnit(); in convert() 436 DwarfUnit.getUnitDIE().find( in convert()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | BUILD.gn | 37 "DwarfUnit.cpp",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | pr49872.ll | 7 ; DebugHandlerBase::isUnsignedDIType when calling DwarfUnit::addConstantValue
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 728 DWARFUnit *const DwarfUnit = CompilationUnit.get(); in loadSymbolsFromDWARF() local 729 if (llvm::Optional<uint64_t> DWOId = DwarfUnit->getDWOId()) { in loadSymbolsFromDWARF() 730 DWARFUnit *DWOCU = DwarfUnit->getNonSkeletonUnitDIE(false).getDwarfUnit(); in loadSymbolsFromDWARF() 733 DwarfUnit->getUnitDIE().find( in loadSymbolsFromDWARF()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 397 DWARFUnit *DwarfUnit{nullptr}; 2213 void setDWARFUnit(DWARFUnit *Unit) { DwarfUnit = Unit; } in setDWARFUnit() 2216 DWARFUnit *getDWARFUnit() const { return DwarfUnit; } in getDWARFUnit()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 1553 DWARFUnit *const DwarfUnit = CU.get(); in preprocessDWODebugInfo() local 1554 if (llvm::Optional<uint64_t> DWOId = DwarfUnit->getDWOId()) { in preprocessDWODebugInfo() 1555 DWARFUnit *DWOCU = DwarfUnit->getNonSkeletonUnitDIE(false).getDwarfUnit(); in preprocessDWODebugInfo() 1558 DwarfUnit->getUnitDIE().find( in preprocessDWODebugInfo()
|