Lines Matching refs:DIEValueAllocator
45 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index, in addLabelAddress()
56 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr, in addLocalLabelAddress()
59 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr, in addLocalLabelAddress()
151 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in getOrCreateGlobalVariableDIE()
194 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in getOrCreateGlobalVariableDIE()
264 D.addValue(DIEValueAllocator, *StmtListValue); in applyStmtList()
373 return Die.addValue(DIEValueAllocator, Attribute, in addSectionDelta()
376 new (DIEValueAllocator) DIEDelta(Hi, Lo)); in addSectionDelta()
433 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine); in constructInlinedScopeDIE()
460 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block); in constructLexicalScopeDIE()
479 auto VariableDie = DIE::get(DIEValueAllocator, DV.getTag()); in constructVariableDIEImpl()
522 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructVariableDIEImpl()
591 DIE::get(DIEValueAllocator, dwarf::DW_TAG_unspecified_parameters)); in constructSubprogramScopeDIE()
642 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE()
749 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in addAddress()
771 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in addComplexAddress()
794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
811 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr)); in addExpr()