Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp221 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
224 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i57 ) lldb::SBExpressionOptions::GetRetriesWithFixIts;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h98 uint64_t GetRetriesWithFixIts();
/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp299 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h465 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; }
449 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } GetRetriesWithFixIts() function