Searched refs:forFunctionCompression (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 | 32 bool forFunctionCompression, bool forDataCompression,
|
| /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 | 30 bool forFunctionCompression, bool forDataCompression,
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | BPSectionOrdererBase.inc | 61 auto computeOrder(llvm::StringRef profilePath, bool forFunctionCompression, 153 StringRef profilePath, bool forFunctionCompression, bool forDataCompression, 231 if (forFunctionCompression)
|