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