Searched refs:callGraphProfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile;
H A DConfig.h129 callGraphProfile; member in struct:lld::elf::Configuration
H A DDriver.cpp762 config->callGraphProfile[std::make_pair(from, to)] += count;
779 config->callGraphProfile[{from, to}] += cgpe.cgp_weight;
H A DWriter.cpp1209 if (!config->callGraphProfile.empty())

Completed in 108 milliseconds