Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterLcov.cpp51 void renderFunctions( in renderFunctions() function
86 renderFunctions(OS, Coverage.getCoveredFunctions(Filename)); in renderFile()
DCoverageExporterJson.cpp192 json::Array renderFunctions( in renderFunctions() function
235 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()