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