Lines Matching refs:DIEValueAllocator

40   DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);  in CompileUnit()
53 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry); in createDIEEntry()
144 DIEValue *Value = Integer == 1 ? DIEIntegerOne : new (DIEValueAllocator) in addUInt()
159 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer); in addSInt()
180 Value = new (DIEValueAllocator) DIELabel(Symb); in addString()
183 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool); in addString()
188 Value = new (DIEValueAllocator) DIEInteger(idx); in addString()
191 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String); in addString()
202 Value = new (DIEValueAllocator) DIELabel(Symb); in addLocalString()
205 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool); in addLocalString()
213 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr); in addExpr()
221 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label); in addLabel()
260 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label); in addLabelAddress()
263 DIEValue *Value = new (DIEValueAllocator) DIEInteger(0); in addLabelAddress()
268 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx); in addLabelAddress()
291 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo); in addSectionDelta()
493 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addAddress()
516 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addComplexAddress()
645 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addBlockByrefAddress()
782 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantFPValue()
849 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue()
1367 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in constructTemplateValueParameterDIE()
1586 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in createGlobalVariableDIE()
1645 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in createGlobalVariableDIE()
1857 DIEBlock *VBaseLocationDie = new (DIEValueAllocator) DIEBlock(); in constructMemberDIE()
1897 DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock(); in constructMemberDIE()