Home
last modified time | relevance | path

Searched refs:GetVerify (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/API/
DSBReproducer.h31 bool GetVerify() const;
/external/llvm-project/lldb/source/API/
DSBReproducer.cpp49 bool SBReplayOptions::GetVerify() const { return m_opaque_up->verify; } in GetVerify() function in SBReplayOptions
232 if (options.GetVerify()) { in Replay()