Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Drs_cc_options.cpp211 llvm::StringRef BitcodeStorageValue = in ParseArguments() local
213 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()