Searched refs:getUnitDie (Results 1 – 12 of 12) 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 | 1017 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 D | DwarfCompileUnit.cpp | 103 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 D | DwarfUnit.cpp | 336 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 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 | 325 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/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 131 NextUnitOffset += NewUnit->getUnitDie().getSize(); in computeNextUnitOffset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 931 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 D | DWARFLinkerCompileUnit.h | 138 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
|