Lines Matching refs:DIEValueAllocator
70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0), in DwarfUnit()
188 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present, in addFlag()
191 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag, in addFlag()
199 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer)); in addUInt()
211 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer)); in addSInt()
221 Die.addValue(DIEValueAllocator, Attribute, in addString()
230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label)); in addLabel()
263 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_data4, in addLabelDelta()
264 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addLabelDelta()
278 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature, in addDIETypeSignature()
285 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_ref_sig8, in addDIETypeSignature()
298 Die.addValue(DIEValueAllocator, Attribute, in addDIEEntry()
304 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); in createAndAddDIE()
313 Die.addValue(DIEValueAllocator, Attribute, in addBlock()
321 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
474 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in addBlockByrefAddress()
592 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantFPValue()
648 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantValue()
1055 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTemplateValueParameterDIE()
1379 DIELoc *VBaseLocationDie = new (DIEValueAllocator) DIELoc; in constructMemberDIE()
1438 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc; in constructMemberDIE()
1464 MemberDie.addValue(DIEValueAllocator, dwarf::DW_AT_APPLE_property, in constructMemberDIE()