Searched refs:CanSetBreakpoint (Results 1 – 6 of 6) sorted by relevance
216 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction217 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, CanSetBreakpoint); in CanSetBreakpoint()221 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()369 LLDB_REGISTER_METHOD(bool, SBInstruction, CanSetBreakpoint, ()); in RegisterMethods()
100 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
54 bool CanSetBreakpoint();
57 CanSetBreakpoint ();
153 bool CanSetBreakpoint ();
652 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction