Searched refs:getUnitDie (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 45 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 D | DwarfDebug.cpp | 1032 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes() 1128 CUDieMap.insert({&NewCU.getUnitDie(), &NewCU}); in getOrCreateDwarfCompileUnit() 1274 DwarfCompileUnit *Unit = CUDieMap.lookup(Die->getUnitDie()); in finishEntityDefinitions() 1325 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo() 1327 SkCU->addString(SkCU->getUnitDie(), attrDWOName, in finalizeModuleInfo() 1336 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo() 1338 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo() 1368 U.attachRangesOrLowHighPC(U.getUnitDie(), TheCU.takeRanges()); in finalizeModuleInfo() 1407 TheCU.getUnitDie(), dwarf::DW_AT_macro_info, in finalizeModuleInfo() 3332 initSkeletonUnit(CU, NewCU.getUnitDie(), std::move(OwnedUnit)); in constructSkeletonCU() [all …]
|
H A D | DwarfCompileUnit.cpp | 61 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit() 419 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 1111 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE() 1117 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE() 1124 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE() 1419 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit() 1440 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType() 1571 addSectionLabel(getUnitDie(), in addAddrTableBase() 1588 DIE &Die = getUnitDie().addChildFront( in createBaseTypeDIEs()
|
H A D | DwarfUnit.cpp | 299 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID() 373 CU = getUnitDie().getUnit(); in addDIEEntry() 375 EntryCU = getUnitDie().getUnit(); in addDIEEntry() 547 return &getUnitDie(); in getOrCreateContextDIE() 1158 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE() 1166 ContextDIE = &getUnitDie(); in getOrCreateSubprogramDIE() 1435 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, getUnitDie()); in getIndexTyDie() 1748 Asm->emitDwarfUnitLength(getHeaderSize() + getUnitDie().getSize(), in emitCommonHeader() 1831 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart() 1840 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
|
H A D | DIE.cpp | 197 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE 210 const DIE *UnitDie = getUnitDie(); in getUnit()
|
H A D | DwarfCompileUnit.h | 288 getHeaderSize() + getUnitDie().getSize(); in getLength()
|
H A D | DwarfUnit.h | 103 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
|
H A D | AccelTable.cpp | 572 const DIE *CUDie = Entry.getDie().getUnitDie(); in emitDWARF5AccelTable()
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 93 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 841 const DIE *getUnitDie() const; 919 DIE &getUnitDie() { return Die; } in getUnitDie() function 920 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
|
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 118 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
|