Home
last modified time | relevance | path

Searched refs:CVRecords (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp46 std::vector<ArrayRef<uint8_t>> CVRecords; in checkTypeReferences() local
48 CVRecords = TTB->records(); in checkTypeReferences()
51 CVRecords.push_back(S.data()); in checkTypeReferences()
54 return checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferences()
109 ArrayRef<ArrayRef<uint8_t>> CVRecords) const { in checkTypeReferencesImpl()
115 ArrayRef<ArrayRef<uint8_t>> CVRecords, in checkTypeReferencesImpl() argument
117 ArrayRef<uint8_t> Record = CVRecords[RecordIndex]; in checkTypeReferencesImpl()
120 return Success & checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferencesImpl()