Home
last modified time | relevance | path

Searched refs:GetRetriesWithFixIts (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp221 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
224 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptionsDocstrings.i57 ) lldb::SBExpressionOptions::GetRetriesWithFixIts;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h98 uint64_t GetRetriesWithFixIts();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDUserExpression.cpp296 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h449 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp28341 result = (uint64_t)(arg1)->GetRetriesWithFixIts(); in _wrap_SBExpressionOptions_GetRetriesWithFixIts()