Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEInteger

40   DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);
114 if (!Form) Form = DIEInteger::BestForm(false, Integer);
116 DIEIntegerOne : new (DIEValueAllocator) DIEInteger(Integer);
124 if (!Form) Form = DIEInteger::BestForm(true, Integer);
125 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer);
148 Value = new (DIEValueAllocator) DIEInteger(idx);
196 DIEValue *Value = new (DIEValueAllocator) DIEInteger(0);
201 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx);