Searched refs:callGraph (Results 1 – 3 of 3) sorted by relevance
185 std::vector<CallGraphEntry> callGraph; variable
285 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
319 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph() argument331 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()397 checkError(parseCallGraph(data, callGraph)); in parseSections()