Searched refs:Near64 (Results 1 – 21 of 21) sorted by relevance
31 ; 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)
73 ; CHECK: PtrType: Near64 (0xC)96 ; CHECK: PtrType: Near64 (0xC)109 ; CHECK: PtrType: Near64 (0xC)174 ; CHECK: PtrType: Near64 (0xC)194 ; CHECK: PtrType: Near64 (0xC)
34 ; CHECK: PtrType: Near64 (0xC)76 ; CHECK: PtrType: Near64 (0xC)
251 ; CHECK: PtrType: Near64 (0xC)272 ; CHECK: PtrType: Near64 (0xC)284 ; CHECK: PtrType: Near64 (0xC)386 ; CHECK: PtrType: Near64 (0xC)
62 ; OBJ: PtrType: Near64 (0xC)
73 ; CHECK: PtrType: Near64 (0xC)
56 ; 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)
251 ; CHECK: PtrType: Near64 (0xC)267 ; CHECK: PtrType: Near64 (0xC)366 ; CHECK: PtrType: Near64 (0xC)
63 ; OBJ: PtrType: Near64 (0xC)
323 Near64 = 0x0c // 64 bit pointer enumerator
339 Near64 = 0x0c // 64 bit pointer enumerator
1540 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()
1157 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()
83 ENUM_ENTRY(PointerKind, Near64),
154 RETURN_CASE(PointerKind, Near64, "ptr64"); in pointerKind()
128 ENUM_ENTRY(PointerKind, Near64),
275 IO.enumCase(Kind, "Near64", PointerKind::Near64); in enumeration()