Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp106 else if (m_breakpoint->GetNumLocations() == 0) in ResolveBreakpoint()
119 else if (m_breakpoint->GetNumLocations() == 0) in ResolveBreakpointInModules()
133 if (m_breakpoint->GetNumLocations() == 0) { in SearchCallback()
H A DBreakpointIDList.cpp179 const size_t num_locations = breakpoint_sp->GetNumLocations(); in FindAndReplaceIDRanges()
267 const size_t num_locations = breakpoint->GetNumLocations(); in FindAndReplaceIDRanges()
H A DBreakpoint.cpp860 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } in GetNumLocations() function in Breakpoint
879 const size_t num_locations = GetNumLocations(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h112 size_t GetNumLocations() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp426 size_t SBBreakpoint::GetNumLocations() const { in GetNumLocations() function in SBBreakpoint
432 num_locs = bkpt_sp->GetNumLocations(); in GetNumLocations()
479 const size_t num_locations = bkpt_sp->GetNumLocations(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h515 size_t GetNumLocations() const;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdBreak.cpp271 if (!m_bBrkPtIsPending && (m_brkPt.GetNumLocations() == 0)) { in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp911 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()
2642 const size_t num_locations = breakpoint->GetNumLocations(); in VerifyIDs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4019 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
4115 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()