Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp113 const auto [TrueDecisions, FalseDecisions] = Record.getDecisions(); in renderMCDCRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h500 std::pair<unsigned, unsigned> getDecisions() const { in getDecisions() function