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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 197 // DIEInteger Implementation
202 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
234 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
257 void DIEInteger::print(raw_ostream &O) const {
DIE.h 229 /// DIEInteger - An integer value DIE.
231 class DIEInteger : public DIEValue {
234 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {}
DwarfCompileUnit.cpp 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);
    [all...]
DwarfCompileUnit.h 383 DIEInteger *DIEIntegerOne;
DwarfDebug.cpp     [all...]

Completed in 471 milliseconds