Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp45 std::vector<ArrayRef<uint8_t>> CVRecords; in checkTypeReferences() local
47 CVRecords = TTB->records(); in checkTypeReferences()
50 CVRecords.push_back(S.data()); in checkTypeReferences()
53 return checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferences()
108 ArrayRef<ArrayRef<uint8_t>> CVRecords) const { in checkTypeReferencesImpl()
114 ArrayRef<ArrayRef<uint8_t>> CVRecords, in checkTypeReferencesImpl() argument
116 ArrayRef<uint8_t> Record = CVRecords[RecordIndex]; in checkTypeReferencesImpl()
119 return Success & checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferencesImpl()