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.cpp75 void renderFunctions( in renderFunctions() function
257 renderFunctions(OS, Coverage.getCoveredFunctions(Filename)); in renderFile()
H A DCoverageExporterJson.cpp301 json::Array renderFunctions( in renderFunctions() function
345 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()