Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp55 void renderFunctions( in renderFunctions() function
180 renderFunctions(OS, Coverage.getCoveredFunctions(Filename)); in renderFile()
H A DCoverageExporterJson.cpp299 json::Array renderFunctions( in renderFunctions() function
343 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()