Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp178 bool SBInstruction::CanSetBreakpoint () { in CanSetBreakpoint() function in SBInstruction
181 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
H A DSBInstructionList.cpp72 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h53 bool CanSetBreakpoint();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h175 bool CanSetBreakpoint ();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp755 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction