Home
last modified time | relevance | path

Searched refs:DwarfUnit (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp84 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 DDwarfFile.h30 class DwarfUnit; variable
121 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
131 void emitUnit(DwarfUnit *TheU, bool UseOffsets);
H A DDwarfUnit.h35 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 DDwarfFile.cpp34 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit()
80 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
H A DCMakeLists.txt20 DwarfUnit.cpp
H A DDwarfCompileUnit.h46 class DwarfCompileUnit final : public DwarfUnit {
283 return DwarfUnit::getHeaderSize() + DWOIdSize; in getHeaderSize()
H A DDwarfDebug.h54 class DwarfUnit; variable
559 void initSkeletonUnit(const DwarfUnit &U, DIE &Die,
H A DDwarfCompileUnit.cpp60 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) { in DwarfCompileUnit()
1374 DwarfUnit::emitCommonHeader(UseOffsets, UT); in emitHeader()
H A DDwarfDebug.cpp2370 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 Dstrict-dwarf.ll8 ; 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 DDwarfTransformer.cpp430 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 DBUILD.gn37 "DwarfUnit.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dpr49872.ll7 ; DebugHandlerBase::isUnsignedDIType when calling DwarfUnit::addConstantValue
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp728 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 DBinaryFunction.h397 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 DBinaryContext.cpp1553 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()