Searched defs:RecordData (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/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 | 463 static void resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, in resolveTypeIndexReferences() 487 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 494 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 509 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TiReference> &Refs) { in discoverTypeIndicesInSymbol() 518 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndicesInSymbol()
|
H A D | MergingTypeTableBuilder.cpp | 95 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs() local
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 41 using RecordData = ASTReader::RecordData; global() variable
|
H A D | ASTWriter.h | 91 using RecordData = SmallVector<uint64_t, 64>; global() variable
|
H A D | ASTReader.h | 379 using RecordData = SmallVector<uint64_t, 64>; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 50 typedef SmallVector<uint64_t, 64> RecordData; typedef [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 90 using RecordData = ASTReader::RecordData; global() typedef in clang::ASTDeclReader
|
H A D | ASTWriter.cpp | 5270 RecordData RecordData; WriteDeclUpdatesBlocks() local [all...] |