Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBInstructionList.cpp77 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start, in GetInstructionsCount() function in SBInstructionList
80 LLDB_RECORD_METHOD(size_t, SBInstructionList, GetInstructionsCount, in GetInstructionsCount()
219 size_t, SBInstructionList, GetInstructionsCount, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBInstructionList.h39 size_t GetInstructionsCount(const SBAddress &start,
/external/llvm-project/lldb/bindings/interface/
DSBInstructionList.i48 size_t GetInstructionsCount(const SBAddress &start, const SBAddress &end,
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
DTestStepOverBreakpoint.py69 steps_expected = instructions.GetInstructionsCount(addr_1, addr_4, True)