| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 30 codeview::TypeIndex TI, codeview::PointerRecord PR); 55 Optional<codeview::PointerRecord> Record;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 264 class PointerRecord : public TypeRecord { 281 PointerRecord() = default; 282 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 91 PointerRecord pr; in GetIntegralTypeInfo() 92 llvm::cantFail(TypeDeserializer::deserializeAs<PointerRecord>(cvt, pr)); in GetIntegralTypeInfo()
|
| H A D | SymbolFileNativePDB.h | 32 class PointerRecord; variable 195 const llvm::codeview::PointerRecord &pr,
|
| H A D | PdbAstBuilder.h | 96 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
|
| H A D | PdbAstBuilder.cpp | 806 clang::QualType PdbAstBuilder::CreatePointerType(const PointerRecord &pointer) { in CreatePointerType() 1047 PointerRecord pointer; in CreateType() 1049 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
| H A D | SymbolFileNativePDB.cpp | 485 const llvm::codeview::PointerRecord &pr, in CreatePointerType() 657 PointerRecord pointer; in CreateType() 659 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
| H A D | PdbUtil.cpp | 1004 return GetSizeOfTypeInternal<PointerRecord>(cvt); in GetSizeOfType()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeHashingTest.cpp | 20 PointerRecord PR(TypeRecordKind::Pointer); in createPointerRecord()
|
| H A D | TypeIndexDiscoveryTest.cpp | 231 static PointerRecord Pointer(TypeIndex(44), PointerKind::Near32, 233 static PointerRecord MemberPointer(
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 29 codeview::PointerRecord Record) in NativeTypePointer()
|
| H A D | SymbolCache.cpp | 217 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 30 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode() 31 PointerRecord::PointerModeMask); in getPointerMode()
|
| H A D | RecordName.cpp | 166 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 362 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 380 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, PointerRecord &Record) { in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 203 static std::string formatPointerAttrs(const PointerRecord &Record) { in formatPointerAttrs() 441 PointerRecord &Ptr) { in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1887 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer() 1940 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 2623 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex() 2674 PointerRecord PR(getTypeIndex(Ty), in getTypeIndexForReferenceTo()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 441 template <> void LeafRecordImpl<PointerRecord>::map(IO &IO) { in map()
|