HomeSort by relevance Sort by last modified time
    Searched refs:DIEValueAllocator (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 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)
    [all...]
DwarfUnit.cpp 70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0),
188 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present,
191 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag,
199 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
211 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
221 Die.addValue(DIEValueAllocator, Attribute,
230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
263 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_data4,
264 new (DIEValueAllocator) DIEDelta(Hi, Lo));
278 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature
    [all...]
DwarfUnit.h 77 BumpPtrAllocator DIEValueAllocator;
166 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
DwarfDebug.h 199 BumpPtrAllocator DIEValueAllocator;
DwarfDebug.cpp 205 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator),
206 SkeletonHolder(A, "skel_string", DIEValueAllocator),
    [all...]

Completed in 72 milliseconds