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