/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 281 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument 282 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord() 285 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument 287 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord() 290 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument 292 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord() 295 TypeIndex getReferentType() const { return ReferentType; } in getReferentType() 337 TypeIndex ReferentType; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 73 YAML: ReferentType: 4100 173 YAML: ReferentType: 4110 296 YAML: ReferentType: 4122 399 YAML: ReferentType: 4133 530 YAML: ReferentType: 4143 538 YAML: ReferentType: 4145 875 YAML: ReferentType: 4157 960 YAML: ReferentType: 4165
|
D | pdb-invalid-type.test | 13 ReferentType: 4097
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 300 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() argument 302 : PointerRecord(ReferentType, Kind, Mode, Options, Size, in PointerRecord() 305 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() argument 308 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord() 319 TypeIndex getReferentType() const { return ReferentType; } in getReferentType() 374 TypeIndex ReferentType; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 416 checkTypeReferences(0, Pointer.ReferentType); in TEST_F() 422 checkTypeReferences(0, MemberPointer.ReferentType, in TEST_F() 458 checkTypeReferences(19, Pointer.ReferentType); in TEST_F() 459 checkTypeReferences(20, MemberPointer.ReferentType, in TEST_F()
|
D | TypeHashingTest.cpp | 23 PR.ReferentType = TI; in createPointerRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 159 ; YAML: ReferentType: 1136 188 ; YAML: ReferentType: 4100
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 190 error(IO.mapInteger(Record.ReferentType)); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 405 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 438 Success &= remapIndex(IndexMap, ReferentType); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 438 IO.mapRequired("ReferentType", Record.ReferentType); in map()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 690 QualType RebuildReferenceType(QualType ReferentType, 11458 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument 11461 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
|
D | SemaDeclCXX.cpp | 5419 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local 5420 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember() 5422 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
|