Searched refs:ignore_calls (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp334 const bool ignore_calls = GetKind() == eKindStepOverRange; local
337 ignore_calls,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h285 /// @param[in] ignore_calls
302 bool ignore_calls,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1104 bool ignore_calls,
1115 if (ignore_calls && m_instructions[i]->IsCall()) {
1102 GetIndexOfNextBranchInstruction(uint32_t start, Target &target, bool ignore_calls, bool *found_calls) const argument

Completed in 59 milliseconds