| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 30 codeview::TypeIndex TI, codeview::PointerRecord PR); 55 Optional<codeview::PointerRecord> Record;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 270 class PointerRecord : public TypeRecord { 287 PointerRecord() = default; 288 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 290 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 294 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 299 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 33 class PointerRecord; variable 175 const llvm::codeview::PointerRecord &pr,
|
| H A D | PdbAstBuilder.h | 97 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
|
| H A D | DWARFLocationExpression.cpp | 533 PointerRecord pr; in GetIntegralTypeInfo() 534 llvm::cantFail(TypeDeserializer::deserializeAs<PointerRecord>(cvt, pr)); in GetIntegralTypeInfo()
|
| H A D | PdbAstBuilder.cpp | 717 clang::QualType PdbAstBuilder::CreatePointerType(const PointerRecord &pointer) { in CreatePointerType() 912 PointerRecord pointer; in CreateType() 914 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
| H A D | SymbolFileNativePDB.cpp | 461 const llvm::codeview::PointerRecord &pr, in CreatePointerType() 622 PointerRecord pointer; in CreateType() 624 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
|
| H A D | PdbUtil.cpp | 737 return GetSizeOfTypeInternal<PointerRecord>(cvt); in GetSizeOfType()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 29 codeview::PointerRecord Record) in NativeTypePointer()
|
| H A D | SymbolCache.cpp | 201 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
|
| /freebsd-12.1/contrib/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 | 161 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 189 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, PointerRecord &Record) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 362 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 200 static std::string formatPointerAttrs(const PointerRecord &Record) { in formatPointerAttrs() 432 PointerRecord &Ptr) { in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1671 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer() 1723 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer() 2384 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex() 2439 PointerRecord PR(getTypeIndex(Ty), in getTypeIndexForReferenceTo()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 437 template <> void LeafRecordImpl<PointerRecord>::map(IO &IO) { in map()
|