Searched refs:SetIsHardware (Results 1 – 5 of 5) sorted by relevance
154 lldb::SBError SetIsHardware(bool is_hardware);
518 llvm::Error SetIsHardware(bool is_hardware);
784 lldb::SBError SBBreakpoint::SetIsHardware(bool is_hardware) { in SetIsHardware() function in SBBreakpoint791 return SBError(Status::FromError(bkpt_sp->SetIsHardware(is_hardware))); in SetIsHardware()
254 llvm::Error Breakpoint::SetIsHardware(bool is_hardware) { in SetIsHardware() function in Breakpoint
9152 result = (arg1)->SetIsHardware(arg2); in _wrap_SBBreakpoint_SetIsHardware()