Home | History | Annotate | Download | only in runtime

Lines Matching defs:compiler_options

661   const std::vector<std::string>& compiler_options = Runtime::Current()->GetCompilerOptions();
662 for (size_t i = 0; i < compiler_options.size(); ++i) {
663 argv.push_back(compiler_options[i].c_str());