Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDisassembler.h173 GetIndexOfNextBranchInstruction(uint32_t start) const;
/external/lldb/source/Target/
DThreadPlanStepRange.cpp350 branch_index = instructions->GetIndexOfNextBranchInstruction (pc_index); in SetNextBranchBreakpoint()
/external/lldb/source/Core/
DDisassembler.cpp1030 InstructionList::GetIndexOfNextBranchInstruction(uint32_t start) const in GetIndexOfNextBranchInstruction() function in InstructionList