Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h121 size_t GetNumResolvedLocations() const;
H A DBreakpoint.h418 size_t GetNumResolvedLocations() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp820 size_t Breakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in Breakpoint
823 return m_locations.GetNumResolvedLocations(); in GetNumResolvedLocations()
827 return GetNumResolvedLocations() > 0; in HasResolvedLocations()
849 const size_t num_resolved_locations = GetNumResolvedLocations(); in GetDescription()
1114 bp.try_emplace("numResolvedLocations", (int64_t)GetNumResolvedLocations()); in GetStatistics()
H A DBreakpointLocationList.cpp185 size_t BreakpointLocationList::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in BreakpointLocationList
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h127 size_t GetNumResolvedLocations() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp357 if (dyld_break->GetNumResolvedLocations() != 1) { in SetRendezvousBreakpoint()
362 dyld_break->GetNumResolvedLocations(), in SetRendezvousBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp453 size_t SBBreakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in SBBreakpoint
461 num_resolved = bkpt_sp->GetNumResolvedLocations(); in GetNumResolvedLocations()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8880 result = ((lldb::SBBreakpoint const *)arg1)->GetNumResolvedLocations(); in _wrap_SBBreakpoint_GetNumResolvedLocations()