Searched defs:RecordData (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() 34 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType()
|
D | TypeIndexDiscovery.cpp | 460 static void resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, in resolveTypeIndexReferences() 484 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 491 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() 506 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TiReference> &Refs) { in discoverTypeIndicesInSymbol() 515 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndicesInSymbol()
|
D | MergingTypeTableBuilder.cpp | 104 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 35 ArrayRef<uint8_t> RecordData; member
|
D | CVRecord.h | 53 ArrayRef<uint8_t> RecordData; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 91 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference()
|
/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
|