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