Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h56 bool CanSetBreakpoint();
/llvm-project/lldb/source/API/
H A DSBInstruction.cpp227 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
232 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
H A DSBInstructionList.cpp92 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h172 bool CanSetBreakpoint ();
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp707 bool Instruction::CanSetBreakpoint () { in ReadArray()
693 bool Instruction::CanSetBreakpoint () { CanSetBreakpoint() function in Instruction