Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp984 typedef std::map<FileFn, std::pair<uint32_t, uint32_t>> FunctionLocs; typedef
986 static FunctionLocs resolveFunctions(const SymbolizedCoverage &Coverage, in resolveFunctions()
988 FunctionLocs Result; in resolveFunctions()
1005 static void printFunctionLocs(const FunctionLocs &FnLocs, raw_ostream &OS) { in printFunctionLocs()