Searched refs:getUnitDie (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/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 | 1011 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes() 1111 CUDieMap.insert({&NewCU.getUnitDie(), &NewCU}); in getOrCreateDwarfCompileUnit() 1237 DwarfCompileUnit *Unit = CUDieMap.lookup(Die->getUnitDie()); in finishEntityDefinitions() 1283 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo() 1294 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo() 1296 SkCU->addString(SkCU->getUnitDie(), attrDWOName, in finalizeModuleInfo() 1300 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo() 1305 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo() 1307 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo() 1313 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo() [all …]
|
H A D | DwarfCompileUnit.cpp | 77 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit() 454 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 1177 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE() 1183 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE() 1190 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE() 1538 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit() 1559 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType() 1690 addSectionLabel(getUnitDie(), in addAddrTableBase() 1707 DIE &Die = getUnitDie().addChildFront( in createBaseTypeDIEs()
|
H A D | DwarfUnit.cpp | 300 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID() 374 CU = getUnitDie().getUnit(); in addDIEEntry() 376 EntryCU = getUnitDie().getUnit(); in addDIEEntry() 548 return &getUnitDie(); in getOrCreateContextDIE() 1192 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE() 1200 ContextDIE = &getUnitDie(); in getOrCreateSubprogramDIE() 1469 IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type, getUnitDie()); in getIndexTyDie() 1790 Asm->emitDwarfUnitLength(getHeaderSize() + getUnitDie().getSize(), in emitCommonHeader() 1877 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart() 1886 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
|
H A D | DIE.cpp | 191 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE 204 const DIE *UnitDie = getUnitDie(); in getUnit()
|
H A D | DwarfCompileUnit.h | 318 getHeaderSize() + getUnitDie().getSize(); in getLength()
|
H A D | DwarfUnit.h | 115 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 921 const DIE *getUnitDie() const; 999 DIE &getUnitDie() { return Die; } in getUnitDie() function 1000 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 136 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
|