Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h134 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2043 patchAddrBase(*Unit.getOutputUnitDIE(), in emitDebugAddrSection()
2120 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in generateLineTableForUnit()
2592 0, IsLittleEndian, CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
2635 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2643 Emitter->emitDIE(*CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
H A DDWARFStreamer.cpp1302 DIE *OutputUnitDIE = UnitIt->second->getOutputUnitDIE(); in emitMacroTableImpl()