Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp45 if (TheU->getUnitDie().values().empty()) in emitUnit()
50 Asm->emitDwarfDIE(TheU->getUnitDie()); in emitUnit()
69 if (TheU->getUnitDie().values().empty()) in computeSizeAndOffsets()
87 return computeSizeAndOffset(TheU->getUnitDie(), Offset); in computeSizeAndOffsetsForUnit()
H A DDwarfDebug.cpp1017 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes()
1117 CUDieMap.insert({&NewCU.getUnitDie(), &NewCU}); in getOrCreateDwarfCompileUnit()
1244 DwarfCompileUnit *Unit = CUDieMap.lookup(Die->getUnitDie()); in finishEntityDefinitions()
1284 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1296 TheCU.addString(TheCU.getUnitDie(), attrDWOName, DWOName); in finalizeModuleInfo()
1297 SkCU->addString(SkCU->getUnitDie(), attrDWOName, DWOName); in finalizeModuleInfo()
1303 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()
1308 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1310 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1316 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo()
[all …]
H A DDwarfCompileUnit.cpp103 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
478 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList()
1210 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
1216 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
1223 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()
1584 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit()
1605 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
1745 addSectionLabel(getUnitDie(), in addAddrTableBase()
1762 DIE &Die = getUnitDie().addChildFront( in createBaseTypeDIEs()
H A DDwarfUnit.cpp336 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID()
410 CU = getUnitDie().getUnit(); in addDIEEntry()
412 EntryCU = getUnitDie().getUnit(); in addDIEEntry()
570 return &getUnitDie(); in getOrCreateContextDIE()
1343 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE()
1351 ContextDIE = &getUnitDie(); in getOrCreateSubprogramDIE()
1695 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, getUnitDie()); in getIndexTyDie()
2065 Asm->emitDwarfUnitLength(getHeaderSize() + getUnitDie().getSize(), in emitCommonHeader()
2152 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart()
2161 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
H A DDIE.cpp191 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE
204 const DIE *UnitDie = getUnitDie(); in getUnit()
H A DDwarfCompileUnit.h325 getHeaderSize() + getUnitDie().getSize(); in getLength()
H A DDwarfUnit.h115 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp131 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h931 LLVM_ABI const DIE *getUnitDie() const;
1009 DIE &getUnitDie() { return Die; } in getUnitDie() function
1010 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h138 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()