Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h329 uint32_t GetIndexOfNextBranchInstruction(uint32_t start,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp355 uint32_t branch_index = instructions->GetIndexOfNextBranchInstruction( in SetNextBranchBreakpoint()
H A DProcess.cpp6184 uint32_t branch_index = insn_list->GetIndexOfNextBranchInstruction( in AdvanceAddressToNextBranchInstruction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1067 InstructionList::GetIndexOfNextBranchInstruction(uint32_t start, in GetIndexOfNextBranchInstruction() function in InstructionList