Searched defs:SetGenerateDebugInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBExpressionOptions.cpp | 172 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { SetGenerateDebugInfo() function in SBExpressionOptions |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 381 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } SetGenerateDebugInfo() function |