Searched refs:sb_bp_location (Results 1 – 1 of 1) sorted by relevance
136 SBBreakpointLocation sb_bp_location; in FindLocationByAddress() local148 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()151 return LLDB_RECORD_RESULT(sb_bp_location); in FindLocationByAddress()179 SBBreakpointLocation sb_bp_location; in FindLocationByID() local185 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()188 return LLDB_RECORD_RESULT(sb_bp_location); in FindLocationByID()195 SBBreakpointLocation sb_bp_location; in GetLocationAtIndex() local201 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()204 return LLDB_RECORD_RESULT(sb_bp_location); in GetLocationAtIndex()