Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h351 bool IsOptionSet(OptionKind kind) in IsOptionSet() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp56 if (m_options_up && m_options_up->IsOptionSet(kind)) in GetOptionsSpecifyingKind()
90 m_options_up->IsOptionSet(BreakpointOptions::eAutoContinue)) in IsAutoContinue()