Searched defs:RecordData (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() 33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType()
|
D | TypeIndexDiscovery.cpp | 461 static void resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, in resolveTypeIndexReferences() 485 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 492 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 507 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TiReference> &Refs) { in discoverTypeIndicesInSymbol() 516 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndicesInSymbol()
|
D | MergingTypeTableBuilder.cpp | 99 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVRecord.h | 61 ArrayRef<uint8_t> RecordData; variable
|
D | TypeHashing.h | 34 ArrayRef<uint8_t> RecordData; member
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolVisitor.h | 88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {} in visitSymbolBegin()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | CVTypeVisitor.cpp | 93 ArrayRef<uint8_t> RecordData = Record.Data; in visitFieldList() local
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 53 typedef SmallVector<uint64_t, 64> RecordData; typedef
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 87 typedef SmallVector<uint64_t, 64> RecordData; typedef
|
D | ASTReader.h | 321 typedef SmallVector<uint64_t, 64> RecordData; typedef
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 29 typedef ASTReader::RecordData RecordData; typedef in clang::ASTStmtReader
|
D | ASTReaderDecl.cpp | 43 typedef ASTReader::RecordData RecordData; typedef in clang::ASTDeclReader
|
D | ASTWriter.cpp | 4653 RecordData RecordData; in WriteDeclUpdatesBlocks() local
|