Home
last modified time | relevance | path

Searched refs:OutUnitDIE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h35 OutUnitDIE(nullptr) {} in DwarfUnit()
74 DIE *getOutUnitDIE() { return OutUnitDIE; } in getOutUnitDIE()
78 OutUnitDIE = UnitDie; in setOutUnitDIE()
80 if (OutUnitDIE != nullptr) in setOutUnitDIE()
81 UnitSize = getDebugInfoHeaderSize() + OutUnitDIE->getSize(); in setOutUnitDIE()
193 DIE *OutUnitDIE = nullptr; variable
H A DDWARFLinkerUnit.cpp93 DIE *OutUnitDIE = getOutUnitDIE(); in emitDebugInfo() local
94 if (OutUnitDIE == nullptr) in emitDebugInfo()
115 Emitter.emitDIE(*OutUnitDIE); in emitDebugInfo()
H A DDWARFLinkerCompileUnit.cpp102 OutUnitDIE = nullptr; in maybeResetToLoadedStage()