Searched refs:GetInstructionsCount (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBInstructionList.cpp | 77 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/ |
D | SBInstructionList.h | 39 size_t GetInstructionsCount(const SBAddress &start,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBInstructionList.i | 48 size_t GetInstructionsCount(const SBAddress &start, const SBAddress &end,
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/ |
D | TestStepOverBreakpoint.py | 69 steps_expected = instructions.GetInstructionsCount(addr_1, addr_4, True)
|