Searched refs:OutputDIE (Results 1 – 2 of 2) sorted by relevance
27 DIEGenerator(DIE *OutputDIE, BumpPtrAllocator &Allocator, DwarfUnit &CU) in DIEGenerator() argument28 : 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 …]
2137 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in generateLineTableForUnit() local2138 patchStmtList(*OutputDIE, DIEInteger(Emitter->getLineSectionSize())); in generateLineTableForUnit()