Home
last modified time | relevance | path

Searched refs:PointerRecord (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h29 codeview::TypeIndex TI, codeview::PointerRecord PR);
54 Optional<codeview::PointerRecord> Record;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h29 codeview::TypeIndex TI, codeview::PointerRecord PR);
54 Optional<codeview::PointerRecord> Record;
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp72 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()
DTypeRecord.cpp84 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/
DTypeTableBuilder.h44 TypeIndex writePointer(const PointerRecord &Record);
DTypeRecord.h289 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/
DDWARFLocationExpression.cpp91 PointerRecord pr; in GetIntegralTypeInfo()
92 llvm::cantFail(TypeDeserializer::deserializeAs<PointerRecord>(cvt, pr)); in GetIntegralTypeInfo()
DSymbolFileNativePDB.h31 class PointerRecord; variable
176 const llvm::codeview::PointerRecord &pr,
DPdbAstBuilder.h94 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
DPdbAstBuilder.cpp716 clang::QualType PdbAstBuilder::CreatePointerType(const PointerRecord &pointer) { in CreatePointerType()
913 PointerRecord pointer; in CreateType()
915 TypeDeserializer::deserializeAs<PointerRecord>(cvt, pointer)); in CreateType()
DSymbolFileNativePDB.cpp449 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/
DTypeRecord.h269 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/
DTypeRecord.h263 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/
DTypeHashingTest.cpp20 PointerRecord PR(TypeRecordKind::Pointer); in createPointerRecord()
DTypeIndexDiscoveryTest.cpp231 static PointerRecord Pointer(TypeIndex(44), PointerKind::Near32,
233 static PointerRecord MemberPointer(
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp28 codeview::PointerRecord Record) in NativeTypePointer()
DSymbolCache.cpp201 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp28 codeview::PointerRecord Record) in NativeTypePointer()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp30 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode()
31 PointerRecord::PointerModeMask); in getPointerMode()
DRecordName.cpp162 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp29 return static_cast<PointerMode>((Attrs >> PointerRecord::PointerModeShift) & in getPointerMode()
30 PointerRecord::PointerModeMask); in getPointerMode()
DRecordName.cpp160 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp200 static std::string formatPointerAttrs(const PointerRecord &Record) { in formatPointerAttrs()
438 PointerRecord &Ptr) { in visitKnownRecord()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1175 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/
DCodeViewDebug.cpp1730 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()

12