Home
last modified time | relevance | path

Searched refs:ReferentType (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h281 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/
Dpdbdump-yaml-types.test73 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
Dpdb-invalid-type.test13 ReferentType: 4097
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h300 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/
DTypeIndexDiscoveryTest.cpp416 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()
DTypeHashingTest.cpp23 PR.ReferentType = TI; in createPointerRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll159 ; YAML: ReferentType: 1136
188 ; YAML: ReferentType: 4100
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp190 error(IO.mapInteger(Record.ReferentType)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp405 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp438 Success &= remapIndex(IndexMap, ReferentType); in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp438 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/external/clang/lib/Sema/
DTreeTransform.h690 QualType RebuildReferenceType(QualType ReferentType,
11458 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
11461 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
DSemaDeclCXX.cpp5419 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
5420 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
5422 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()