/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 900 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 903 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 907 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 913 TypeIndex VBPtrType; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 889 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 892 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 894 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 897 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 901 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 907 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/llvm-project/llvm/test/DebugInfo/COFF/ |
D | inheritance.ll | 23 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 41 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 66 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
|
D | types-data-members.ll | 285 ; CHECK: VBPtrType: const int* (0x1012) 620 ; ASM: .long 0x1012 # VBPtrType: const int*
|
/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/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 508 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F() 534 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/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 577 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 671 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 672 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 655 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 655 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|