Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h134 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2060 patchAddrBase(*Unit.getOutputUnitDIE(), in emitDebugAddrSection()
2137 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in generateLineTableForUnit()
2612 0, IsLittleEndian, CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
2655 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2663 Emitter->emitDIE(*CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
H A DDWARFStreamer.cpp1311 DIE *OutputUnitDIE = UnitIt->second->getOutputUnitDIE(); in emitMacroTableImpl()