Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp156 SBInstruction::DoesBranch () in DoesBranch() function in SBInstruction
159 return m_opaque_sp->DoesBranch (); in DoesBranch()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h61 DoesBranch ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h143 DoesBranch () = 0;
267 DoesBranch ();
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp1070 if (m_instructions[i]->DoesBranch()) in GetIndexOfNextBranchInstruction()
1316 PseudoInstruction::DoesBranch () in DoesBranch() function in PseudoInstruction
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
HDDisassemblerLLVMC.cpp66 DoesBranch () in DoesBranch() function in InstructionLLVMC