Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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)
Dtype-quals.ll56 ; CHECK: PtrType: Near64 (0xC)
103 ; CHECK: PtrType: Near64 (0xC)
116 ; CHECK: PtrType: Near64 (0xC)
129 ; CHECK: PtrType: Near64 (0xC)
174 ; CHECK: PtrType: Near64 (0xC)
187 ; CHECK: PtrType: Near64 (0xC)
256 ; CHECK: PtrType: Near64 (0xC)
317 ; CHECK: PtrType: Near64 (0xC)
332 ; 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)
267 ; CHECK: PtrType: Near64 (0xC)
366 ; CHECK: PtrType: Near64 (0xC)
Dglobals.ll63 ; OBJ: PtrType: Near64 (0xC)
Dtypes-recursive-struct.ll73 ; CHECK: PtrType: Near64 (0xC)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h323 Near64 = 0x0c // 64 bit pointer enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h339 Near64 = 0x0c // 64 bit pointer enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1540 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1597 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
2247 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2281 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp83 ENUM_ENTRY(PointerKind, Near64),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp154 RETURN_CASE(PointerKind, Near64, "ptr64"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp128 ENUM_ENTRY(PointerKind, Near64),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp275 IO.enumCase(Kind, "Near64", PointerKind::Near64); in enumeration()