Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.h93 struct CallGraphEntry { struct
101 CallGraphEntry(uint32_t fromIndex, uint32_t toIndex, uint64_t count) in CallGraphEntry() argument
178 std::vector<CallGraphEntry> callGraph;
H A DSectionPriorities.cpp282 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
H A DInputFiles.cpp299 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph()