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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 38 DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);
50 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry);
60 DIEIntegerOne : new (DIEValueAllocator) DIEInteger(Integer);
69 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer);
80 Value = new (DIEValueAllocator) DIELabel(Symb);
83 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
92 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
100 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
271 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
290 DIEBlock *Block = new (DIEValueAllocator) DIEBlock()
    [all...]
DwarfCompileUnit.h 138 return new (DIEValueAllocator) DIEBlock();
330 // DIEValueAllocator - All DIEValues are allocated through this allocator.
331 BumpPtrAllocator DIEValueAllocator;
DwarfDebug.h 295 // DIEValueAllocator - All DIEValues are allocated through this allocator.
296 BumpPtrAllocator DIEValueAllocator;

Completed in 4121 milliseconds