Home
last modified time | relevance | path

Searched refs:OutputDIE (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h27 DIEGenerator(DIE *OutputDIE, BumpPtrAllocator &Allocator, DwarfUnit &CU) in DIEGenerator() argument
28 : Allocator(Allocator), CU(CU), OutputDIE(OutputDIE) {} in DIEGenerator()
32 OutputDIE = DIE::get(Allocator, DieTag); in createDIE()
34 OutputDIE->setOffset(OutOffset); in createDIE()
36 return OutputDIE; in createDIE()
39 DIE *getDIE() { return OutputDIE; } in getDIE()
44 assert(OutputDIE != nullptr); in addChild()
46 OutputDIE->addChild(Child); in addChild()
130 *OutputDIE->addValue(Allocator, Attr, dwarf::DW_FORM_string, Block); in addInplaceString()
140 DIEAbbrev NewAbbrev = OutputDIE->generateAbbrev(); in finalizeAbbreviations()
[all …]
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2137 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in generateLineTableForUnit() local
2138 patchStmtList(*OutputDIE, DIEInteger(Emitter->getLineSectionSize())); in generateLineTableForUnit()