/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.h | 29 codeview::TypeIndex TI, codeview::PointerRecord PR); 54 std::optional<codeview::PointerRecord> Record;
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 92 PointerRecord pr; in GetIntegralTypeInfo() 93 llvm::cantFail(TypeDeserializer::deserializeAs<PointerRecord>(cvt, pr)); in GetIntegralTypeInfo()
|
H A D | SymbolFileNativePDB.h | 34 class PointerRecord; variable 198 const llvm::codeview::PointerRecord &pr,
|
H A D | PdbAstBuilder.h | 98 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
|
H A D | PdbAstBuilder.cpp | 517 clang::QualType PdbAstBuilder::CreatePointerType(const PointerRecord &pointer) { in CreatePointerType() 771 PointerRecord pointer; in CreateType() 773 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
H A D | SymbolFileNativePDB.cpp | 566 const llvm::codeview::PointerRecord &pr, in CreatePointerType() 730 PointerRecord pointer; in CreateType() 732 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
H A D | PdbUtil.cpp | 1102 return GetSizeOfTypeInternal<PointerRecord>(cvt); in GetSizeOfType()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 205 static std::string formatPointerAttrs(const PointerRecord &Record) { in formatPointerAttrs() 443 PointerRecord &Ptr) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 397 Error visitKnownRecord(CVType &Record, PointerRecord &Ptr, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1939 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in translatePtrToMemberRep() 1992 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeModifier() 2675 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getTypeIndex() 2726 PointerRecord PR(getTypeIndex(Ty), in getCompleteTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 442 template <> void LeafRecordImpl<PointerRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2333 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, PointerRecord &Ptr, in visitKnownRecord()
|