Home
last modified time | relevance | path

Searched defs:MCDCRecords (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp362 attachMCDCSubViews(SourceCoverageView & View,StringRef SourceName,ArrayRef<MCDCRecord> MCDCRecords,const MemoryBuffer & File,CoverageData & CoverageInfo) attachMCDCSubViews() argument
403 auto MCDCRecords = FunctionCoverage.getMCDCRecords(); createFunctionView() local
428 auto MCDCRecords = FileCoverage.getMCDCRecords(); createSourceFileView() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h613 std::vector<MCDCRecord> MCDCRecords; global() member
799 std::vector<MCDCRecord> MCDCRecords; global() variable