Searched defs:RecordData (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 static void resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, in resolveTypeIndexReferences() 486 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 493 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 508 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TiReference> &Refs) { in discoverTypeIndicesInSymbol() 517 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndicesInSymbol()
|
H A D | MergingTypeTableBuilder.cpp | 101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 61 ArrayRef<uint8_t> RecordData; variable
|
H A D | TypeHashing.h | 34 ArrayRef<uint8_t> RecordData; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 39 using RecordData = ASTReader::RecordData; variable
|
H A D | ASTWriter.h | 105 using RecordData = SmallVector<uint64_t, 64>; variable
|
H A D | ASTReader.h | 362 using RecordData = SmallVector<uint64_t, 64>; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 52 typedef SmallVector<uint64_t, 64> RecordData; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 87 using RecordData = ASTReader::RecordData; typedef in clang::ASTDeclReader
|
H A D | ASTWriter.cpp | 4864 RecordData RecordData; in WriteDeclUpdatesBlocks() local
|