Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEValueAllocator

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();
423 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
489 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
510 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
553 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
1191 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
1216 DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
1438 DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock();
1475 DIEBlock *VBaseLocationDie = new (DIEValueAllocator) DIEBlock();