HomeSort by: relevance | last modified time | path
    Searched refs:DIEValueAllocator (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 99 auto *Loc = new (DIEValueAllocator) DIEBlock();
104 new (DIEValueAllocator) DIEAddrOffset(
238 Loc = new (DIEValueAllocator) DIELoc;
444 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
468 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
484 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
652 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_inlined_subroutine);
681 auto ScopeDIE = DIE::get(DIEValueAllocator, dwarf::DW_TAG_lexical_block);
699 auto LabelDie = DIE::get(DIEValueAllocator, DL.getTag());
712 auto VariableDie = DIE::get(DIEValueAllocator, DV.getTag())
    [all...]
DwarfUnit.h 43 BumpPtrAllocator DIEValueAllocator;
92 Die.addValue(DIEValueAllocator,
132 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
DwarfUnit.cpp 260 new (DIEValueAllocator)
261 DIEInlineString(String, DIEValueAllocator));
356 new (DIEValueAllocator) DIEDelta(Hi, Lo));
389 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, Tag));
491 DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
721 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
1028 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
1317 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
1364 DIELoc *Loc = new (DIEValueAllocator) DIELoc;
1434 DIELoc *Loc = new (DIEValueAllocator) DIELoc
    [all...]
DwarfDebug.h 297 BumpPtrAllocator DIEValueAllocator;
DwarfDebug.cpp 352 InfoHolder(A, "info_string", DIEValueAllocator),
353 SkeletonHolder(A, "skel_string", DIEValueAllocator),

Completed in 24 milliseconds