Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DGCOV.cpp66 std::vector<std::vector<const GCOVFunction *>> startLineToFunctions; member
664 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction()
665 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction()
666 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction()
766 if (options.BranchInfo && lineNum < si.startLineToFunctions.size()) in annotateSource()
767 for (const auto *f : si.startLineToFunctions[lineNum]) in annotateSource()
805 for (const auto &fs : si.startLineToFunctions) in printSourceToIntermediate()