Home
last modified time | relevance | path

Searched defs:callGraph (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h178 std::vector<CallGraphEntry> callGraph; global() variable
H A DInputFiles.cpp321 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph()