Searched refs:fake_argv_storage (Results 1 – 1 of 1) sorted by relevance
648 std::vector<string> fake_argv_storage; in InitializeLLVMCommandLineOptions() local649 fake_argv_storage.push_back(""); in InitializeLLVMCommandLineOptions()654 fake_argv_storage.push_back(it.first); in InitializeLLVMCommandLineOptions()656 fake_argv_storage.push_back(it.first + "=" + it.second); in InitializeLLVMCommandLineOptions()663 for (const auto& s : fake_argv_storage) { in InitializeLLVMCommandLineOptions()