Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp378 OS << Record.getConditionCoverageString(i); in renderMCDCView()
H A DSourceCoverageViewHTML.cpp1201 OS << Record.getConditionCoverageString(i); in renderMCDCView()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h586 std::string getConditionCoverageString(unsigned Condition) { in getConditionCoverageString() function