Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBInstruction.cpp216 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
217 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()
DSBInstructionList.cpp100 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/external/llvm-project/lldb/include/lldb/API/
DSBInstruction.h54 bool CanSetBreakpoint();
/external/llvm-project/lldb/bindings/interface/
DSBInstruction.i57 CanSetBreakpoint ();
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h153 bool CanSetBreakpoint ();
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp652 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction