Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h409 bool IsOptionSet(OptionKind kind) in IsOptionSet() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp60 if (m_options_ap && m_options_ap->IsOptionSet(kind)) in GetOptionsSpecifyingKind()
94 && m_options_ap->IsOptionSet(BreakpointOptions::eAutoContinue)) in IsAutoContinue()