Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h185 std::vector<CallGraphEntry> callGraph;
178 std::vector<CallGraphEntry> callGraph; global() variable
H A DSectionPriorities.cpp282 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
H A DInputFiles.cpp321 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph() argument
333 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()
399 checkError(parseCallGraph(data, callGraph)); in parseSections()