Home
last modified time | relevance | path

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

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