Home
last modified time | relevance | path

Searched refs:irpgoProfilePath (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h228 llvm::StringRef irpgoProfilePath; member
H A DSectionPriorities.cpp370 config->bpStartupFunctionSort ? config->irpgoProfilePath : "", in buildInputSectionPriorities()
H A DDriver.cpp1843 config->irpgoProfilePath = arg->getValue(); in link()
1846 config->irpgoProfilePath = arg->getValue(); in link()
1867 if (config->irpgoProfilePath.empty() && config->bpStartupFunctionSort) in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h303 llvm::StringRef irpgoProfilePath; member
H A DDriver.cpp1233 ctx.arg.irpgoProfilePath = args.getLastArgValue(OPT_irpgo_profile); in parseBPOrdererOptions()
1234 if (ctx.arg.irpgoProfilePath.empty()) { in parseBPOrdererOptions()
H A DWriter.cpp1097 ctx, ctx.arg.bpStartupFunctionSort ? ctx.arg.irpgoProfilePath : "", in buildSectionOrder()