Searched refs:BitcodeStorageValue (Results 1 – 1 of 1) sorted by relevance
211 llvm::StringRef BitcodeStorageValue = in ParseArguments() local213 if (BitcodeStorageValue == "ar") in ParseArguments()215 else if (BitcodeStorageValue == "jc") in ParseArguments()217 else if (!BitcodeStorageValue.empty()) in ParseArguments()219 << OptParser->getOptionName(OPT_bitcode_storage) << BitcodeStorageValue; in ParseArguments()