Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-ghash.test113 ReferentType: 4099
117 ReferentType: 4100
121 ReferentType: 4101
129 ReferentType: 4098
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
290 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
295 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
298 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
300 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
303 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
353 TypeIndex ReferentType; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h283 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
284 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
287 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
289 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
292 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
294 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
297 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
347 TypeIndex ReferentType; variable
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdb-invalid-type.test13 ReferentType: 4097
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
/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/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp415 checkTypeReferences(0, Pointer.ReferentType); in TEST_F()
421 checkTypeReferences(0, MemberPointer.ReferentType, in TEST_F()
457 checkTypeReferences(19, Pointer.ReferentType); in TEST_F()
458 checkTypeReferences(20, MemberPointer.ReferentType, in TEST_F()
DTypeHashingTest.cpp23 PR.ReferentType = TI; in createPointerRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test241 ReferentType: 1648
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp93 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
DPdbAstBuilder.cpp717 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
DSymbolFileNativePDB.cpp451 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll160 ; YAML: ReferentType: 1136
189 ; YAML: ReferentType: 4100
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp438 Success &= remapIndex(IndexMap, ReferentType); in remapTypeIndices()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp439 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/external/llvm-project/lld/test/COFF/
Dpdb.test57 # CHECK-NEXT: ReferentType: 4097
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp369 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp368 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp437 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp437 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()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h767 QualType RebuildReferenceType(QualType ReferentType,
13862 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
13865 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()

12