Home
last modified time | relevance | path

Searched refs:Near64 (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll31 ; CHECK: PtrType: Near64 (0xC)
44 ; CHECK: PtrType: Near64 (0xC)
57 ; CHECK: PtrType: Near64 (0xC)
70 ; CHECK: PtrType: Near64 (0xC)
86 ; CHECK: PtrType: Near64 (0xC)
99 ; CHECK: PtrType: Near64 (0xC)
112 ; CHECK: PtrType: Near64 (0xC)
125 ; CHECK: PtrType: Near64 (0xC)
140 ; CHECK: PtrType: Near64 (0xC)
155 ; CHECK: PtrType: Near64 (0xC)
Dtype-quals.ll56 ; CHECK: PtrType: Near64 (0xC)
102 ; CHECK: PtrType: Near64 (0xC)
114 ; CHECK: PtrType: Near64 (0xC)
126 ; CHECK: PtrType: Near64 (0xC)
170 ; CHECK: PtrType: Near64 (0xC)
182 ; CHECK: PtrType: Near64 (0xC)
264 ; CHECK: PtrType: Near64 (0xC)
324 ; CHECK: PtrType: Near64 (0xC)
338 ; CHECK: PtrType: Near64 (0xC)
358 ; CHECK: PtrType: Near64 (0xC)
Dtypes-basic.ll74 ; CHECK: PtrType: Near64 (0xC)
96 ; CHECK: PtrType: Near64 (0xC)
108 ; CHECK: PtrType: Near64 (0xC)
172 ; CHECK: PtrType: Near64 (0xC)
191 ; CHECK: PtrType: Near64 (0xC)
387 ; ASM: .long 0x1000c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8 ]
402 ; ASM: .long 0x804c # Attrs: [ Type: Near64, Mode: PointerToDataMember, SizeOf: 4 ]
411 ; ASM: .long 0x1040c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8, isConst ]
467 ; ASM: .long 0x1006c # Attrs: [ Type: Near64, Mode: PointerToMemberFunction, SizeOf…
483 ; ASM: .long 0x1000c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8 ]
Dtypes-method-ref-qualifiers.ll93 ; CHECK: PtrType: Near64 (0xC)
119 ; CHECK: PtrType: Near64 (0xC)
145 ; CHECK: PtrType: Near64 (0xC)
Ddefer-complete-type.ll34 ; CHECK: PtrType: Near64 (0xC)
75 ; CHECK: PtrType: Near64 (0xC)
Dtypes-data-members.ll252 ; CHECK: PtrType: Near64 (0xC)
267 ; CHECK: PtrType: Near64 (0xC)
365 ; CHECK: PtrType: Near64 (0xC)
596 ; ASM: .long 0x1000c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8 ]
607 ; ASM: .long 0x1000c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8 ]
692 ; ASM: .long 0x1040c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8, isConst ]
715 ; ASM: .long 0x1000c # Attrs: [ Type: Near64, Mode: Pointer, SizeOf: 8 ]
Dtypes-recursive-struct.ll73 ; CHECK: PtrType: Near64 (0xC)
/external/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll31 ; CHECK: PtrType: Near64 (0xC)
45 ; CHECK: PtrType: Near64 (0xC)
59 ; CHECK: PtrType: Near64 (0xC)
73 ; CHECK: PtrType: Near64 (0xC)
90 ; CHECK: PtrType: Near64 (0xC)
104 ; CHECK: PtrType: Near64 (0xC)
118 ; CHECK: PtrType: Near64 (0xC)
132 ; CHECK: PtrType: Near64 (0xC)
148 ; CHECK: PtrType: Near64 (0xC)
164 ; CHECK: PtrType: Near64 (0xC)
Dtypes-basic.ll73 ; CHECK: PtrType: Near64 (0xC)
96 ; CHECK: PtrType: Near64 (0xC)
109 ; CHECK: PtrType: Near64 (0xC)
174 ; CHECK: PtrType: Near64 (0xC)
194 ; CHECK: PtrType: Near64 (0xC)
Ddefer-complete-type.ll34 ; CHECK: PtrType: Near64 (0xC)
76 ; CHECK: PtrType: Near64 (0xC)
Dtypes-data-members.ll251 ; CHECK: PtrType: Near64 (0xC)
272 ; CHECK: PtrType: Near64 (0xC)
284 ; CHECK: PtrType: Near64 (0xC)
386 ; CHECK: PtrType: Near64 (0xC)
Dglobals.ll62 ; OBJ: PtrType: Near64 (0xC)
Dtypes-recursive-struct.ll73 ; CHECK: PtrType: Near64 (0xC)
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-ghash.test35 # MERGED-NEXT: PtrType: Near64 (0xC)
49 # MERGED-NEXT: PtrType: Near64 (0xC)
63 # MERGED-NEXT: PtrType: Near64 (0xC)
77 # MERGED-NEXT: PtrType: Near64 (0xC)
/external/llvm-project/lld/test/COFF/
Ds_udt.s274 # PtrType: Near64 (0xC)
352 # PtrType: Near64 (0xC)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h323 Near64 = 0x0c // 64 bit pointer enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h344 Near64 = 0x0c // 64 bit pointer enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h344 Near64 = 0x0c // 64 bit pointer enumerator
/external/llvm-project/llvm/docs/PDB/
DCodeViewTypes.rst99 Near64 = 0x0c // 64 bit pointer
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1157 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1216 PointerKind PK = Asm->MAI->getPointerSize() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
1732 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp364 CV_ENUM_CLASS_ENT(PointerKind, Near64),
DTypeDumpVisitor.cpp82 ENUM_ENTRY(PointerKind, Near64),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp356 CV_ENUM_CLASS_ENT(PointerKind, Near64),
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1732 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1794 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
2477 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2533 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1712 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1772 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
2447 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2503 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()

12