/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypePointer.h | 29 codeview::TypeIndex TI, codeview::PointerRecord PR); 54 Optional<codeview::PointerRecord> Record;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypePointer.h | 29 codeview::TypeIndex TI, codeview::PointerRecord PR); 54 Optional<codeview::PointerRecord> Record;
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 72 TypeIndex TypeTableBuilder::writePointer(const PointerRecord &Record) { in writePointer() 77 (Record.getSize() << PointerRecord::PointerSizeShift) | in writePointer() 79 << PointerRecord::PointerModeShift) | in writePointer() 81 << PointerRecord::PointerKindShift); in writePointer()
|
D | TypeRecord.cpp | 84 ErrorOr<PointerRecord> PointerRecord::deserialize(TypeRecordKind Kind, in deserialize() 100 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size, *E); in deserialize() 103 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size); in deserialize() 436 bool PointerRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 44 TypeIndex writePointer(const PointerRecord &Record);
|
D | TypeRecord.h | 289 class PointerRecord : public TypeRecord { 300 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() function 302 : PointerRecord(ReferentType, Kind, Mode, Options, Size, in PointerRecord() 305 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() function 316 static ErrorOr<PointerRecord> deserialize(TypeRecordKind Kind,
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | DWARFLocationExpression.cpp | 91 PointerRecord pr; in GetIntegralTypeInfo() 92 llvm::cantFail(TypeDeserializer::deserializeAs<PointerRecord>(cvt, pr)); in GetIntegralTypeInfo()
|
D | SymbolFileNativePDB.h | 31 class PointerRecord; variable 176 const llvm::codeview::PointerRecord &pr,
|
D | PdbAstBuilder.h | 94 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
|
D | PdbAstBuilder.cpp | 716 clang::QualType PdbAstBuilder::CreatePointerType(const PointerRecord &pointer) { in CreatePointerType() 913 PointerRecord pointer; in CreateType() 915 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
D | SymbolFileNativePDB.cpp | 449 const llvm::codeview::PointerRecord &pr, in CreatePointerType() 621 PointerRecord pointer; in CreateType() 623 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 269 class PointerRecord : public TypeRecord { 286 PointerRecord() = default; 287 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 298 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 263 class PointerRecord : public TypeRecord { 280 PointerRecord() = default; 281 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 283 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 287 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 292 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 20 PointerRecord PR(TypeRecordKind::Pointer); in createPointerRecord()
|
D | TypeIndexDiscoveryTest.cpp | 231 static PointerRecord Pointer(TypeIndex(44), PointerKind::Near32, 233 static PointerRecord MemberPointer(
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypePointer.cpp | 28 codeview::PointerRecord Record) in NativeTypePointer()
|
D | SymbolCache.cpp | 201 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypePointer.cpp | 28 codeview::PointerRecord Record) in NativeTypePointer()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndexDiscovery.cpp | 30 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode() 31 PointerRecord::PointerModeMask); in getPointerMode()
|
D | RecordName.cpp | 162 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndexDiscovery.cpp | 29 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode() 30 PointerRecord::PointerModeMask); in getPointerMode()
|
D | RecordName.cpp | 160 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 200 static std::string formatPointerAttrs(const PointerRecord &Record) { in formatPointerAttrs() 438 PointerRecord &Ptr) { in visitKnownRecord()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1175 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer() 1226 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 1736 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1730 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer() 1782 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 2451 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex() 2502 PointerRecord PR(getTypeIndex(Ty), in getTypeIndexForReferenceTo()
|