Searched defs:RecordData (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() 33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType()
|
H A D | TypeIndexDiscovery.cpp | 462 resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData,ArrayRef<TiReference> Refs,SmallVectorImpl<TypeIndex> & Indices) resolveTypeIndexReferences() argument 486 discoverTypeIndices(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TypeIndex> & Indices) discoverTypeIndices() argument 493 discoverTypeIndices(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument 508 discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TiReference> & Refs) discoverTypeIndicesInSymbol() argument 517 discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TypeIndex> & Indices) discoverTypeIndicesInSymbol() argument [all...] |
H A D | MergingTypeTableBuilder.cpp | 95 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 60 ArrayRef<uint8_t> RecordData; variable
|
H A D | TypeHashing.h | 36 ArrayRef<uint8_t> RecordData; member [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 42 using RecordData = ASTReader::RecordData; variable
|
H A D | ASTWriter.h | 94 using RecordData = SmallVector<uint64_t, 64>; variable
|
H A D | ASTReader.h | 380 using RecordData = SmallVector<uint64_t, 64>; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 50 typedef SmallVector<uint64_t, 64> RecordData; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 91 using RecordData = ASTReader::RecordData; typedef in clang::ASTDeclReader
|
H A D | ASTWriter.cpp | 5757 RecordData RecordData; in WriteDeclUpdatesBlocks() local
|