Searched defs:GetLocationAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBBreakpoint.cpp205 SBBreakpoint::GetLocationAtIndex (uint32_t index) function in class:SBBreakpoint
212 sb_bp_location.SetLocation (m_opaque_sp->GetLocationAtIndex (index));
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp111 Breakpoint::GetLocationAtIndex (size_t index) function in class:Breakpoint
592 GetLocationAtIndex(0)->GetDescription(s, level);
624 BreakpointLocation *loc = GetLocationAtIndex(i).get();

Completed in 491 milliseconds