Home
last modified time | relevance | path

Searched refs:callGraphProfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h229 callGraphProfile; member
H A DCallGraphSort.cpp74 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
H A DDriver.cpp1038 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()
1068 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
H A DWriter.cpp818 if (!config->callGraphProfile.empty()) { in sortSections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp103 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
H A DConfig.h145 callGraphProfile; member
H A DDriver.cpp854 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()
924 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
H A DWriter.cpp1335 if (!config->callGraphProfile.empty()) in buildSectionOrder()