Searched refs:thinLTOIndexOnlyArg (Results 1 – 9 of 9) sorted by relevance
106 if (!ctx.config.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()107 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
217 llvm::StringRef thinLTOIndexOnlyArg; member
1889 config->thinLTOIndexOnlyArg = in linkerMain()
94 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()95 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
170 llvm::StringRef thinLTOIndexOnlyArg; member
1572 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
193 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()194 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
167 llvm::StringRef thinLTOIndexOnlyArg; member
1252 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()