Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp166 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo() function in SBExpressionOptions
169 return m_opaque_up->GetGenerateDebugInfo(); in GetGenerateDebugInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h128 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h75 bool GetGenerateDebugInfo();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp146 if (parser.GetGenerateDebugInfo()) { in Install()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp110 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
H A DUserExpression.cpp266 const bool generate_debug_info = options.GetGenerateDebugInfo(); in Evaluate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h379 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26468 result = (bool)(arg1)->GetGenerateDebugInfo(); in _wrap_SBExpressionOptions_GetGenerateDebugInfo()