Lines Matching refs:DIE

10 #include "llvm/CodeGen/DIE.h"
41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
59 // The exact same hash GCC produces for this DIE.
65 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
73 // The exact same hash GCC produces for this DIE.
79 DIE &CU = *DIE::get(Alloc, dwarf::DW_TAG_compile_unit);
81 auto Space = DIE::get(Alloc, dwarf::DW_TAG_namespace);
90 auto Foo = DIE::get(Alloc, dwarf::DW_TAG_structure_type);
95 DIE &N = *Foo;
101 // The exact same hash GCC produces for this DIE.
107 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
111 DIE &Int = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
120 auto Member = DIE::get(Alloc, dwarf::DW_TAG_member);
137 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
142 DIE &Int = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
151 auto Mem1 = DIE::get(Alloc, dwarf::DW_TAG_member);
161 auto Mem2 = DIE::get(Alloc, dwarf::DW_TAG_member);
177 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
183 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
199 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
205 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
212 DIE &FooPtr = *DIE::get(Alloc, dwarf::DW_TAG_pointer_type);
229 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
235 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
242 DIE &FooRef = *DIE::get(Alloc, dwarf::DW_TAG_reference_type);
247 DIE &FooRefConst = *DIE::get(Alloc, dwarf::DW_TAG_const_type);
264 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
270 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
277 DIE &FooRef = *DIE::get(Alloc, dwarf::DW_TAG_rvalue_reference_type);
282 DIE &FooRefConst = *DIE::get(Alloc, dwarf::DW_TAG_const_type);
299 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
305 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
312 DIE &PtrToFooMem = *DIE::get(Alloc, dwarf::DW_TAG_ptr_to_member_type);
342 DIE &Bar = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
347 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
351 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
356 DIE &PtrToFooMem = *DIE::get(Alloc, dwarf::DW_TAG_ptr_to_member_type);
374 DIE &Bar = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
378 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
382 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
387 DIE &PtrToFooMem = *DIE::get(Alloc, dwarf::DW_TAG_ptr_to_member_type);
420 DIE &Bar = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
425 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
429 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
434 DIE &PtrToFooMem = *DIE::get(Alloc, dwarf::DW_TAG_ptr_to_member_type);
451 DIE &Bar = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
455 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
459 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
464 DIE &PtrToFooMem = *DIE::get(Alloc, dwarf::DW_TAG_ptr_to_member_type);
496 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
499 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
503 auto Mem = DIE::get(Alloc, dwarf::DW_TAG_member);
508 DIE &UnnamedPtr = *DIE::get(Alloc, dwarf::DW_TAG_pointer_type);
527 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
531 auto Foo = DIE::get(Alloc, dwarf::DW_TAG_structure_type);
540 // The exact same hash GCC produces for this DIE.
546 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
550 auto Func = DIE::get(Alloc, dwarf::DW_TAG_subprogram);
558 // The exact same hash GCC produces for this DIE.
566 DIE &A = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
574 auto Func = DIE::get(Alloc, dwarf::DW_TAG_subprogram);
592 // The exact same hash GCC produces for this DIE.
602 DIE &A = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
613 DIE &IntTyDIE = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
619 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
623 auto PI = DIE::get(Alloc, dwarf::DW_TAG_member);
648 DIE &A = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
658 auto FloatTyDIE = DIE::get(Alloc, dwarf::DW_TAG_base_type);
665 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
669 auto PI = DIE::get(Alloc, dwarf::DW_TAG_member);