Searched refs:profilePath (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | BPSectionOrderer.cpp | 66 Ctx &ctx, StringRef profilePath, bool forFunctionCompression, in runBalancedPartitioning() argument 95 return orderer.computeOrder(profilePath, forFunctionCompression, in runBalancedPartitioning()
|
| H A D | BPSectionOrderer.h | 31 runBalancedPartitioning(Ctx &ctx, llvm::StringRef profilePath,
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | BPSectionOrdererBase.inc | 57 // * 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 D | BPSectionOrderer.cpp | 109 StringRef profilePath, bool forFunctionCompression, bool forDataCompression, in runBalancedPartitioning() argument 138 return BPOrdererMachO().computeOrder(profilePath, forFunctionCompression, in runBalancedPartitioning()
|
| H A D | BPSectionOrderer.h | 29 runBalancedPartitioning(llvm::StringRef profilePath,
|