Home
last modified time | relevance | path

Searched refs:callGraph (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h176 std::vector<CallGraphEntry> callGraph; variable
H A DSectionPriorities.cpp281 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
H A DInputFiles.cpp281 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph() argument
293 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()
359 checkError(parseCallGraph(data, callGraph)); in parseSections()