Searched refs:SingleStepBreakpointLocationsPredictor (Results 1 – 5 of 5) sorted by relevance
41 class SingleStepBreakpointLocationsPredictor {43 SingleStepBreakpointLocationsPredictor( in SingleStepBreakpointLocationsPredictor() function54 virtual ~SingleStepBreakpointLocationsPredictor() = default;534 static std::unique_ptr<SingleStepBreakpointLocationsPredictor>544 std::function<std::unique_ptr<SingleStepBreakpointLocationsPredictor>(567 return std::make_unique<SingleStepBreakpointLocationsPredictor>( in GetSingleStepBreakpointLocationsPredictorCreator()
24 : public SingleStepBreakpointLocationsPredictor {28 : SingleStepBreakpointLocationsPredictor{std::move(emulator)} {} in RISCVSingleStepBreakpointLocationsPredictor()
1796 return SingleStepBreakpointLocationsPredictor::GetBreakpointLocations( in GetBreakpointLocations()1815 return SingleStepBreakpointLocationsPredictor::GetBreakpointLocations(status); in GetBreakpointLocations()
591 std::unique_ptr<SingleStepBreakpointLocationsPredictor>620 SingleStepBreakpointLocationsPredictor::GetBreakpointLocations(Status &status) { in GetBreakpointLocations()640 lldb::addr_t SingleStepBreakpointLocationsPredictor::GetNextInstructionAddress( in GetNextInstructionAddress()659 SingleStepBreakpointLocationsPredictor::GetBreakpointLocationAddress( in GetBreakpointLocationAddress()
20 : public SingleStepBreakpointLocationsPredictor {24 : SingleStepBreakpointLocationsPredictor{std::move(emulator_up)} {} in ARMSingleStepBreakpointLocationsPredictor()