Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h625 lldb::SearchFilterSP GetSearchFilter() { return m_filter_sp; } in GetSearchFilter() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp508 if (bkpt_sp->GetSearchFilter()->AddressPasses(address.ref())) in AddLocation()