Searched refs:ReadCompilerOptions (Results 1 – 4 of 4) sorted by relevance
126 return ReadCompilerOptions(args, this, error_msg); in ParseCompilerOptions()
363 friend bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg);
35 inline bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg) { in ReadCompilerOptions() function
1294 if (!ReadCompilerOptions(args, compiler_options_.get(), &error_msg)) { in ParseArgs()