Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBInstructionList.cpp89 size_t instructions_to_skip = 0; in GetInstructionsCount() local
101 ++instructions_to_skip; in GetInstructionsCount()
103 return upper_index - lower_index - instructions_to_skip; in GetInstructionsCount()