Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp187 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo() function in SBExpressionOptions
188 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetGenerateDebugInfo); in GetGenerateDebugInfo()
190 return m_opaque_up->GetGenerateDebugInfo(); in GetGenerateDebugInfo()
330 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetGenerateDebugInfo, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h128 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h73 bool GetGenerateDebugInfo();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i99 GetGenerateDebugInfo ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp145 if (parser.GetGenerateDebugInfo()) { in Install()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp94 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
H A DUserExpression.cpp241 const bool generate_debug_info = options.GetGenerateDebugInfo(); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h347 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24275 result = (bool)(arg1)->GetGenerateDebugInfo(); in _wrap_SBExpressionOptions_GetGenerateDebugInfo()