Home | History | Annotate | Download | only in space

Lines Matching defs:compiler_options

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