Home
last modified time | relevance | path

Searched refs:getUnitDie (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp47 if (llvm::empty(TheU->getUnitDie().values())) in emitUnit()
52 Asm->emitDwarfDIE(TheU->getUnitDie()); in emitUnit()
71 if (llvm::empty(TheU->getUnitDie().values())) in computeSizeAndOffsets()
89 return computeSizeAndOffset(TheU->getUnitDie(), Offset); in computeSizeAndOffsetsForUnit()
H A DDwarfDebug.cpp1027 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes()
1123 CUDieMap.insert({&NewCU.getUnitDie(), &NewCU}); in getOrCreateDwarfCompileUnit()
1270 DwarfCompileUnit *Unit = CUDieMap.lookup(Die->getUnitDie()); in finishEntityDefinitions()
1314 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1321 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo()
1323 SkCU->addString(SkCU->getUnitDie(), attrDWOName, in finalizeModuleInfo()
1327 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()
1332 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1334 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1340 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo()
[all …]
H A DDwarfCompileUnit.cpp62 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
387 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList()
1086 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
1092 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
1099 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()
1382 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit()
1403 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
1532 addSectionLabel(getUnitDie(), in addAddrTableBase()
1549 DIE &Die = getUnitDie().addChildFront( in createBaseTypeDIEs()
H A DDwarfUnit.cpp306 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID()
380 CU = getUnitDie().getUnit(); in addDIEEntry()
382 EntryCU = getUnitDie().getUnit(); in addDIEEntry()
540 return &getUnitDie(); in getOrCreateContextDIE()
1102 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE()
1110 ContextDIE = &getUnitDie(); in getOrCreateSubprogramDIE()
1383 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, getUnitDie()); in getIndexTyDie()
1700 Asm->emitDwarfUnitLength(getHeaderSize() + getUnitDie().getSize(), in emitCommonHeader()
1783 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart()
1792 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
H A DDIE.cpp203 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE
215 const DIE *UnitDie = getUnitDie(); in getUnit()
H A DDwarfCompileUnit.h293 getHeaderSize() + getUnitDie().getSize(); in getLength()
H A DDwarfUnit.h105 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
H A DAccelTable.cpp573 const DIE *CUDie = Entry.getDie().getUnitDie(); in emitDWARF5AccelTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp76 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h833 const DIE *getUnitDie() const;
911 DIE &getUnitDie() { return Die; } in getUnitDie() function
912 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h108 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()