Home | History | Annotate | Download | only in optimizing

Lines Matching defs:compiler_options

54 #include "driver/compiler_options.h"
406 const CompilerOptions& compiler_options = driver->GetCompilerOptions();
407 bool should_inline = (compiler_options.GetInlineDepthLimit() > 0)
408 && (compiler_options.GetInlineMaxCodeUnits() > 0);
650 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions();
651 if ((compiler_options.GetCompilerFilter() == CompilerFilter::kSpace)
940 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions();
941 if (compiler_options.GetGenerateDebugInfo()) {
953 info.is_native_debuggable = compiler_options.GetNativeDebuggable();