Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp359 SmallVector<MCDCRecord, 0> ViewMCDCRecords; in attachMCDCSubViews() local
363 ViewMCDCRecords.push_back(*NextRecord++); in attachMCDCSubViews()
365 View.addMCDCRecord(CurrentLine, std::move(ViewMCDCRecords)); in attachMCDCSubViews()