Searched refs:GetGenerateDebugInfo (Results 1 – 4 of 4) sorted by relevance
112 if (compiler_options_->GetGenerateDebugInfo()) { in ParseCompilerOptions()128 if (compiler_options.GetGenerateDebugInfo()) { in TypesLoaded()142 return GetCompilerOptions().GetGenerateDebugInfo(); in GenerateDebugInfo()160 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()
162 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()168 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()171 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
276 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
1434 const bool mini_debug_info = !compiler_options.GetGenerateDebugInfo(); in GenerateJitDebugInfo()