Home
last modified time | relevance | path

Searched refs:Near64 (Results 1 – 9 of 9) 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/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h323 Near64 = 0x0c // 64 bit pointer enumerator
/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/lib/DebugInfo/CodeView/
DTypeDumper.cpp128 ENUM_ENTRY(PointerKind, Near64),