Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp121 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo() function in SBExpressionOptions
122 return m_opaque_ap->GetGenerateDebugInfo(); in GetGenerateDebugInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionParser.h154 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h74 bool GetGenerateDebugInfo();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp125 if (parser.GetGenerateDebugInfo()) { in Install()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp97 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
H A DUserExpression.cpp225 const bool generate_debug_info = options.GetGenerateDebugInfo(); in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h335 bool GetGenerateDebugInfo() const { return m_generate_debug_info; } in GetGenerateDebugInfo() function