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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 51 DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);
81 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry);
178 DIEValue *Value = Integer == 1 ? DIEIntegerOne : new (DIEValueAllocator)
193 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer);
214 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx);
215 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
226 Value = new (DIEValueAllocator) DIELabel(Symb);
229 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
231 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
238 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr)
    [all...]
DwarfUnit.h 123 // DIEValueAllocator - All DIEValues are allocated through this allocator.
124 BumpPtrAllocator DIEValueAllocator;
254 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc(); }
DwarfDebug.h 160 BumpPtrAllocator DIEValueAllocator;
DwarfDebug.cpp 169 GlobalRangeCount(0), InfoHolder(A, "info_string", DIEValueAllocator),
171 SkeletonHolder(A, "skel_string", DIEValueAllocator),
    [all...]

Completed in 381 milliseconds