Home
last modified time | relevance | path

Searched refs:CanSetBreakpoint (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h54 bool CanSetBreakpoint();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i60 CanSetBreakpoint ();
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp208 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
213 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
H A DSBInstructionList.cpp92 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h170 bool CanSetBreakpoint ();
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp685 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction