Searched refs:RecordData (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h26 void discoverTypeIndices(ArrayRef<uint8_t> RecordData,
32 void discoverTypeIndices(ArrayRef<uint8_t> RecordData,
39 bool discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,
41 bool discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,
H A DCVRecord.h34 CVRecord(ArrayRef<uint8_t> Data) : RecordData(Data) {}
37 : RecordData(reinterpret_cast<const uint8_t *>(P), Size) {}
41 uint32_t length() const { return RecordData.size(); }
44 if (RecordData.size() < sizeof(RecordPrefix))
47 reinterpret_cast<const RecordPrefix *>(RecordData.data())->RecordKind));
50 ArrayRef<uint8_t> data() const { return RecordData; }
53 return StringRef(reinterpret_cast<const char *>(RecordData.data()),
54 RecordData.size());
58 return RecordData.drop_front(sizeof(RecordPrefix));
61 ArrayRef<uint8_t> RecordData; member in class:llvm::codeview::CVRecord
[all...]
H A DTypeHashing.h34 ArrayRef<uint8_t> RecordData; member in struct:llvm::codeview::LocallyHashedType
37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData);
54 Hashes.push_back(hashType(Type.RecordData));
92 /// that RecordData might reference, indexable by TypeIndex.
93 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData,
100 /// that RecordData might reference, indexable by TypeIndex.
104 return hashType(Type.RecordData, PreviousTypes, PreviousIds);
159 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes));
191 return LHS.RecordData == RHS.RecordData;
[all...]
H A DSymbolDeserializer.h26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) argument
27 : Stream(RecordData, llvm::support::little), Reader(Stream),
H A DTypeDeserializer.h30 explicit MappingInfo(ArrayRef<uint8_t> RecordData) argument
31 : Stream(RecordData, llvm::support::little), Reader(Stream),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { argument
29 return {llvm::hash_value(RecordData), RecordData};
33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, argument
37 discoverTypeIndices(RecordData, Refs);
41 S.update(RecordData.take_front(sizeof(RecordPrefix)));
42 RecordData = RecordData.drop_front(sizeof(RecordPrefix));
46 ArrayRef<uint8_t> PreData = RecordData.slice(Off, PreLen);
50 auto RefData = RecordData
[all...]
H A DMergingTypeTableBuilder.cpp101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); local
102 Result.first->first.RecordData = RecordData;
103 SeenRecords.push_back(RecordData);
123 TI = insertRecordBytes(C.RecordData);
147 Result.first->first.RecordData = Record;
H A DDebugSymbolsSubsection.cpp24 if (auto EC = Writer.writeBytes(Record.RecordData))
H A DTypeIndexDiscovery.cpp461 static void resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, argument
469 RecordData = RecordData.drop_front(sizeof(RecordPrefix));
471 BinaryStreamReader Reader(RecordData, support::little);
482 return discoverTypeIndices(Type.RecordData, Indices);
485 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, argument
488 discoverTypeIndices(RecordData, Refs);
489 resolveTypeIndexReferences(RecordData, Refs, Indices);
492 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, argument
495 reinterpret_cast<const RecordPrefix *>(RecordData
506 discoverTypeIndicesInSymbol( ArrayRef<uint8_t> RecordData, SmallVectorImpl<TiReference> &Refs) argument
515 discoverTypeIndicesInSymbol( ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) argument
[all...]
H A DTypeStreamMerger.cpp363 unsigned AlignedSize = alignTo(Type.RecordData.size(), 4);
391 unsigned Align = OriginalType.RecordData.size() & 3;
392 assert(Storage.size() == alignTo(OriginalType.RecordData.size(), 4) &&
397 discoverTypeIndices(OriginalType.RecordData, Refs);
399 return OriginalType.RecordData;
401 ::memcpy(Storage.data(), OriginalType.RecordData.data(),
402 OriginalType.RecordData.size());
424 DestContent = Storage.data() + OriginalType.RecordData.size();
H A DSymbolSerializer.cpp55 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd);
H A DAppendingTypeTableBuilder.cpp98 TI = insertRecordBytes(C.RecordData);
H A DSymbolRecordHelpers.cpp91 EndOffset += Closer.RecordData.size();
H A DGlobalTypeTableBuilder.cpp111 TI = insertRecordBytes(C.RecordData);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h28 return Item.RecordData.size();
31 return Item.RecordData;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp52 typedef SmallVector<uint64_t, 64> RecordData; typedef in namespace:__anon1913
124 std::error_code adjustSourceLocFilename(RecordData &Record,
127 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
130 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
132 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
268 RecordData Record;
386 RecordData::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */,
433 RecordData &Record = State->Record;
522 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber};
534 RecordData
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp153 ASTWriter::RecordData Record;
707 RecordData Record;
1057 RecordData Record;
1111 RecordData Record;
1129 RecordData::value_type Record[] = {
1149 RecordData::value_type Record[] = {MODULE_NAME};
1170 RecordData::value_type Record[] = {MODULE_DIRECTORY};
1394 RecordData::value_type Record[] = {ORIGINAL_PCH_DIR};
1511 RecordData::value_type Record[] = {
1526 RecordData
[all...]
H A DASTReader.cpp1153 RecordData Record;
1203 RecordData Record;
1264 const RecordData &Record) {
1333 RecordData Record;
1426 RecordData Record;
1488 RecordData Record;
1687 RecordData Record;
1956 RecordData Record;
2115 RecordData Record;
2233 RecordData Recor
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h360 using RecordData = SmallVector<uint64_t, 64>;
1319 bool ParseLineTable(ModuleFile &F, const RecordData &Record);
1323 ASTReadResult ReadModuleMapFileBlock(RecordData &Record, ModuleFile &F,
1328 static bool ParseLanguageOptions(const RecordData &Record, bool Complain,
1331 static bool ParseTargetOptions(const RecordData &Record, bool Complain,
1334 static bool ParseDiagnosticOptions(const RecordData &Record, bool Complain,
1336 static bool ParseFileSystemOptions(const RecordData &Record, bool Complain,
1338 static bool ParseHeaderSearchOptions(const RecordData &Record, bool Complain,
1340 static bool ParsePreprocessorOptions(const RecordData &Record, bool Complain,
1796 QualType readType(ModuleFile &F, const RecordData
[all...]
H A DASTRecordReader.h36 ASTReader::RecordData Record;
38 using RecordData = ASTReader::RecordData;
H A DASTWriter.h104 using RecordData = SmallVector<uint64_t, 64>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp78 return xxHash64(Val.RecordData);
81 return LHS.RecordData == RHS.RecordData;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp460 file->debugTypes = file->debugTypes.drop_front(firstType->RecordData.size());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp842 TpiBuilder.addTypeRecord(Type.RecordData, None);
850 IpiBuilder.addTypeRecord(Type.RecordData, None);
1331 DestTpi.addTypeRecord(Type.RecordData, None);
1334 DestIpi.addTypeRecord(Type.RecordData, None);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp610 var_id.offset + sym.RecordData.size());

Completed in 294 milliseconds

12