Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i133 …string", "Gets how often LLDB will retry applying fix-its to an expression.") GetRetriesWithFixIts;
135 GetRetriesWithFixIts();
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp240 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
242 GetRetriesWithFixIts); in GetRetriesWithFixIts()
244 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()
346 LLDB_REGISTER_METHOD(uint64_t, SBExpressionOptions, GetRetriesWithFixIts, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h91 uint64_t GetRetriesWithFixIts();
/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp269 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h396 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function