Home
last modified time | relevance | path

Searched refs:SetLocation (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp148 options.SetLocation(location); in NSStringSummaryProvider()
161 options.SetLocation(location + 1); in NSStringSummaryProvider()
177 options.SetLocation(location); in NSStringSummaryProvider()
199 options.SetLocation(location); in NSStringSummaryProvider()
225 options.SetLocation(location); in NSStringSummaryProvider()
248 options.SetLocation(location); in NSStringSummaryProvider()
271 options.SetLocation(location); in NSStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp66 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id)); in PrivateBreakpointHitCallback()
H A DSBBreakpoint.cpp143 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()
178 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()
193 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()
757 sb_breakpoint_loc.SetLocation( in GetBreakpointLocationAtIndexFromEvent()
H A DSBBreakpointLocation.cpp411 void SBBreakpointLocation::SetLocation( in SetLocation() function in SBBreakpointLocation
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp58 options.SetLocation(valobj_addr); in CharStringSummaryProvider()
125 options.SetLocation(valobj_addr); in WCharStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h111 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function