Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DConfig.h214 callGraphProfile; member
DCallGraphSort.cpp74 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
DDriver.cpp979 config->callGraphProfile[{from, to}] += count; in parseCallGraphFile()
1006 config->callGraphProfile[{from, to}] += count; in readCallGraphsFromObjectFiles()
DWriter.cpp817 if (!config->callGraphProfile.empty()) { in sortSections()
/external/llvm-project/lld/ELF/
DCallGraphSort.cpp103 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
DConfig.h139 callGraphProfile; member
DDriver.cpp835 config->callGraphProfile[std::make_pair(from, to)] += count; in readCallGraph()
852 config->callGraphProfile[{from, to}] += cgpe.cgp_weight; in readCallGraphsFromObjectFiles()
DWriter.cpp1318 if (!config->callGraphProfile.empty()) in buildSectionOrder()