Home
last modified time | relevance | path

Searched refs:profilePath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DBPSectionOrderer.cpp66 Ctx &ctx, StringRef profilePath, bool forFunctionCompression, in runBalancedPartitioning() argument
95 return orderer.computeOrder(profilePath, forFunctionCompression, in runBalancedPartitioning()
H A DBPSectionOrderer.h31 runBalancedPartitioning(Ctx &ctx, llvm::StringRef profilePath,
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc57 // * profilePath: Utilize a temporal profile file to reduce page faults during
59 // * compressionSortStartupFunctions: if profilePath is specified, allocate
61 auto computeOrder(llvm::StringRef profilePath, bool forFunctionCompression,
153 StringRef profilePath, bool forFunctionCompression, bool forDataCompression,
168 if (!profilePath.empty()) {
170 auto readerOrErr = InstrProfReader::create(profilePath, *fs);
367 if (!profilePath.empty()) {
/freebsd/contrib/llvm-project/lld/MachO/
H A DBPSectionOrderer.cpp109 StringRef profilePath, bool forFunctionCompression, bool forDataCompression, in runBalancedPartitioning() argument
138 return BPOrdererMachO().computeOrder(profilePath, forFunctionCompression, in runBalancedPartitioning()
H A DBPSectionOrderer.h29 runBalancedPartitioning(llvm::StringRef profilePath,