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

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 42 DIEInteger Size(4);
51 DIEInteger One(1);
66 DIEInteger One(1);
82 DIEInteger One(1);
108 DIEInteger Four(4);
115 DIEInteger Five(5);
123 DIEInteger Zero(0);
138 DIEInteger Eight(8);
141 DIEInteger Four(4);
146 DIEInteger Five(5)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DIEHashTest.cpp 42 DIEInteger Size(4);
51 DIEInteger One(1);
66 DIEInteger One(1);
82 DIEInteger One(1);
108 DIEInteger Four(4);
115 DIEInteger Five(5);
123 DIEInteger Zero(0);
138 DIEInteger Eight(8);
141 DIEInteger Four(4);
146 DIEInteger Five(5)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 118 DIEInteger *DI = new (A) DIEInteger(0);
185 // DIEInteger Implementation
190 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
212 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
232 void DIEInteger::print(raw_ostream &O) {
DIE.h 237 /// DIEInteger - An integer value DIE.
239 class DIEInteger : public DIEValue {
242 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {}
270 static bool classof(const DIEInteger *) { return true; }
DwarfCompileUnit.h 294 DIEInteger *DIEIntegerOne;
DwarfCompileUnit.cpp 35 DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);
55 if (!Form) Form = DIEInteger::BestForm(false, Integer);
57 DIEIntegerOne : new (DIEValueAllocator) DIEInteger(Integer);
65 if (!Form) Form = DIEInteger::BestForm(true, Integer);
66 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer);
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 237 // DIEInteger Implementation
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
279 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
309 void DIEInteger::print(raw_ostream &O) const {
398 DIEInteger(S.getIndex()).EmitValue(AP, Form);
410 DIEInteger(S.getOffset()).EmitValue(AP, Form);
422 return DIEInteger(S.getIndex()).SizeOf(AP, Form);
429 return DIEInteger(S.getOffset()).SizeOf(AP, Form);
DwarfUnit.cpp 187 DIEInteger(1));
190 DIEInteger(1));
196 Form = DIEInteger::BestForm(false, Integer);
197 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
208 Form = DIEInteger::BestForm(true, Integer);
209 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
277 dwarf::DW_FORM_ref_sig8, DIEInteger(Signature));
284 DIEInteger(Signature));
    [all...]
DwarfCompileUnit.cpp 47 DIEInteger(idx));
61 DIEInteger(0));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 371 // DIEInteger Implementation
376 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
429 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
452 void DIEInteger::print(raw_ostream &O) const {
544 DIEInteger(S.getIndex()).EmitValue(AP, Form);
550 DIEInteger(S.getOffset()).EmitValue(AP, Form);
568 return DIEInteger(S.getIndex()).SizeOf(AP, Form);
572 return DIEInteger(S.getOffset()).SizeOf(AP, Form);
DwarfUnit.cpp 203 DIEInteger(1));
206 DIEInteger(1));
212 Form = DIEInteger::BestForm(false, Integer);
215 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
226 Form = DIEInteger::BestForm(true, Integer);
227 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
338 dwarf::DW_FORM_ref_sig8, DIEInteger(Signature));
    [all...]
AccelTable.cpp 418 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex);
487 DIEInteger ID(getCUIndexForEntry(Entry));
DwarfCompileUnit.cpp 80 DIEInteger(idx));
94 DIEInteger(0));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
CompileUnit.h 40 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
  /external/llvm/include/llvm/CodeGen/
DIE.h 107 /// DIEInteger - An integer value DIE.
109 class DIEInteger {
113 explicit DIEInteger(uint64_t I) : Integer(I) {}
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.cpp 54 DIEInteger(U));
104 DIEInteger(
116 DIEInteger(1));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 163 class DIEInteger {
167 explicit DIEInteger(uint64_t I) : Integer(I) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 67 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
    [all...]

Completed in 294 milliseconds