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; variable
H A DSectionPriorities.cpp285 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
H A DInputFiles.cpp319 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph() argument
331 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()
397 checkError(parseCallGraph(data, callGraph)); in parseSections()