Searched refs:VBPtrType (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 861 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 864 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 866 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 869 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 873 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 879 TypeIndex VBPtrType; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 1141 TypeIndex VBPtrType, uint64_t Offset, uint64_t Index) in VirtualBaseClassRecord() argument 1143 BaseType(BaseType), VBPtrType(VBPtrType), VBPtrOffset(Offset), in VirtualBaseClassRecord() 1155 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 1163 TypeIndex VBPtrType; // Virtual base pointer type member 1169 TypeIndex VBPtrType; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | inheritance.ll | 22 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 40 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 65 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
|
D | types-data-members.ll | 285 ; CHECK: VBPtrType: const int* (0x1012)
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 366 return VirtualBaseClassRecord(L->Attrs.getAccess(), L->BaseType, L->VBPtrType, in deserialize() 566 Success &= remapIndex(IndexMap, VBPtrType); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 509 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F() 535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
|
/external/llvm/test/DebugInfo/COFF/ |
D | inheritance.ll | 36 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 48 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
|
D | types-data-members.ll | 302 ; CHECK: VBPtrType: const int* (0x1012)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 459 error(IO.mapInteger(Record.VBPtrType)); in visitKnownMember()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 543 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 656 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|