Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp173 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo() function in SBExpressionOptions
176 return m_opaque_up->GetGenerateDebugInfo(); in GetGenerateDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h128 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h80 bool GetGenerateDebugInfo();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp145 if (parser.GetGenerateDebugInfo()) { in Install()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp108 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
H A DUserExpression.cpp266 const bool generate_debug_info = options.GetGenerateDebugInfo(); in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h390 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27899 result = (bool)(arg1)->GetGenerateDebugInfo(); in _wrap_SBExpressionOptions_GetGenerateDebugInfo()