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