Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEValueAllocator

45   Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index,
56 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
59 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
151 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
194 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
264 D.addValue(DIEValueAllocator, *StmtListValue);
373 return Die.addValue(DIEValueAllocator, Attribute,
376 new (DIEValueAllocator) DIEDelta(Hi, Lo));
433 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine);
460 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block);
479 auto VariableDie = DIE::get(DIEValueAllocator, DV.getTag());
522 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
591 DIE::get(DIEValueAllocator, dwarf::DW_TAG_unspecified_parameters));
642 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag());
749 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
771 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index));
811 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr));