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

/openbsd-current/gnu/llvm/lld/MachO/
H A DSectionPriorities.h22 // callGraphProfile. If an order file is present, any edges where one or both
74 llvm::MapVector<SectionPair, uint64_t> callGraphProfile; member in class:lld::macho::PriorityBuilder
H A DSectionPriorities.cpp80 // Take the edge list in callGraphProfile, resolve symbol names to Symbols, and
290 callGraphProfile[{fromSym->isec, toSym->isec}] += entry.count;
296 assert(callGraphProfile.empty() &&
363 sectionPriorities = CallGraphSort(callGraphProfile).run();
/openbsd-current/gnu/llvm/lld/ELF/
H A DCallGraphSort.cpp104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile;
H A DConfig.h188 callGraphProfile; member in struct:lld::elf::Config
H A DDriver.cpp915 config->callGraphProfile[std::make_pair(from, to)] += count;
984 config->callGraphProfile[{from, to}] += cgpe.cgp_weight;
H A DWriter.cpp1255 if (!config->callGraphProfile.empty())
/openbsd-current/gnu/llvm/lld/COFF/
H A DCallGraphSort.cpp77 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile;
H A DConfig.h240 callGraphProfile; member in struct:lld::coff::Configuration
H A DDriver.cpp1144 ctx.config.callGraphProfile[{from, to}] += count;
1174 ctx.config.callGraphProfile[{from, to}] += count;
H A DWriter.cpp867 if (!ctx.config.callGraphProfile.empty()) {

Completed in 199 milliseconds