Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h92 struct CallGraphEntry { struct
100 CallGraphEntry(uint32_t fromIndex, uint32_t toIndex, uint64_t count) in CallGraphEntry() function
176 std::vector<CallGraphEntry> callGraph;
H A DSectionPriorities.cpp281 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
H A DInputFiles.cpp281 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph()