Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i133 …string", "Gets how often LLDB will retry applying fix-its to an expression.") GetRetriesWithFixIts;
135 GetRetriesWithFixIts();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp214 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
217 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h91 uint64_t GetRetriesWithFixIts();
/openbsd/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp295 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h428 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function