Home
last modified time | relevance | path

Searched refs:GetInstructionsCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstructionList.h39 size_t GetInstructionsCount(const SBAddress &start,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstructionList.i48 size_t GetInstructionsCount(const SBAddress &start, const SBAddress &end,
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstructionList.cpp71 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start, in GetInstructionsCount() function in SBInstructionList
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
H A DTestStepOverBreakpoint.py66 steps_expected = instructions.GetInstructionsCount(addr_1, addr_4, True)