Searched refs:GetGenerateDebugInfo (Results 1 – 4 of 4) sorted by relevance
53 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo(); in jit_load()75 if (jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo()) { in jit_types_loaded()155 if (compiler_options_->GetGenerateDebugInfo()) { in JitCompiler()164 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()
147 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()153 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()156 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
274 if (compiler_options_->GetGenerateDebugInfo()) { in WriteDebugInfo()
1405 const bool mini_debug_info = !compiler_options.GetGenerateDebugInfo(); in GenerateJitDebugInfo()