Home | History | Annotate | Download | only in space

Lines Matching defs:compiler_options

188   const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions();
189 for (size_t i = 0; i < compiler_options.size(); ++i) {
190 arg_vector.push_back(compiler_options[i].c_str());