Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp359 OS << " " << Record.getConditionHeaderString(i); in renderMCDCView()
H A DSourceCoverageViewHTML.cpp1192 OS << " " << Record.getConditionHeaderString(i); in renderMCDCView()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h524 std::string getConditionHeaderString(unsigned Condition) { in getConditionHeaderString() function