Home
last modified time | relevance | path

Searched refs:GetGenerateDebugInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp173 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo() function in SBExpressionOptions
176 return m_opaque_up->GetGenerateDebugInfo(); in GetGenerateDebugInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDExpressionParser.h128 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h80 bool GetGenerateDebugInfo();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUtilityFunction.cpp145 if (parser.GetGenerateDebugInfo()) { in Install()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDFunctionCaller.cpp108 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
HDUserExpression.cpp266 const bool generate_debug_info = options.GetGenerateDebugInfo(); in Evaluate()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h390 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp27899 result = (bool)(arg1)->GetGenerateDebugInfo(); in _wrap_SBExpressionOptions_GetGenerateDebugInfo()