Home
last modified time | relevance | path

Searched refs:GetNumResolvedLocations (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h121 size_t GetNumResolvedLocations() const;
H A DBreakpoint.h408 size_t GetNumResolvedLocations() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h118 size_t GetNumResolvedLocations() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp829 size_t Breakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in Breakpoint
832 return m_locations.GetNumResolvedLocations(); in GetNumResolvedLocations()
836 return GetNumResolvedLocations() > 0; in HasResolvedLocations()
859 const size_t num_resolved_locations = GetNumResolvedLocations(); in GetDescription()
H A DBreakpointLocationList.cpp180 size_t BreakpointLocationList::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in BreakpointLocationList
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp467 size_t SBBreakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in SBBreakpoint
469 GetNumResolvedLocations); in GetNumResolvedLocations()
476 num_resolved = bkpt_sp->GetNumResolvedLocations(); in GetNumResolvedLocations()
1033 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumResolvedLocations, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i225 GetNumResolvedLocations() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp360 if (dyld_break->GetNumResolvedLocations() != 1) { in SetRendezvousBreakpoint()
365 dyld_break->GetNumResolvedLocations(), in SetRendezvousBreakpoint()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7771 result = ((lldb::SBBreakpoint const *)arg1)->GetNumResolvedLocations(); in _wrap_SBBreakpoint_GetNumResolvedLocations()