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