Searched refs:irpgoProfilePath (Results 1 – 6 of 6) sorted by relevance
228 llvm::StringRef irpgoProfilePath; member
370 config->bpStartupFunctionSort ? config->irpgoProfilePath : "", in buildInputSectionPriorities()
1843 config->irpgoProfilePath = arg->getValue(); in link()1846 config->irpgoProfilePath = arg->getValue(); in link()1867 if (config->irpgoProfilePath.empty() && config->bpStartupFunctionSort) in link()
303 llvm::StringRef irpgoProfilePath; member
1233 ctx.arg.irpgoProfilePath = args.getLastArgValue(OPT_irpgo_profile); in parseBPOrdererOptions()1234 if (ctx.arg.irpgoProfilePath.empty()) { in parseBPOrdererOptions()
1097 ctx, ctx.arg.bpStartupFunctionSort ? ctx.arg.irpgoProfilePath : "", in buildSectionOrder()