Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBInstruction.h56 bool CanSetBreakpoint();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBInstruction.i63 CanSetBreakpoint ();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h170 bool CanSetBreakpoint ();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp685 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction