Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEValueAllocator

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);
246 DIEValue *Value = new (DIEValueAllocator) DIELocList(Index);
256 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
297 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx);
308 Label ? (DIEValue *)new (DIEValueAllocator) DIELabel(Label)
309 : new (DIEValueAllocator) DIEInteger(0));
346 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
354 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
372 new (DIEValueAllocator) DIETypeSignature(Type));
560 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
583 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
712 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
821 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
880 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
1336 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
1606 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
1668 DIELoc *Loc = new (DIEValueAllocator) DIELoc();
1870 DIELoc *VBaseLocationDie = new (DIEValueAllocator) DIELoc();
1909 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc();