Searched refs:GetImageCompilerOptions (Results 1 – 2 of 2) sorted by relevance
209 const std::vector<std::string>& GetImageCompilerOptions() const { in GetImageCompilerOptions() function
195 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage()2240 for (const std::string& compiler_option : runtime->GetImageCompilerOptions()) { in CompileExtension()