Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBInstruction.i52 DoesBranch ();
96 __swig_getmethods__["is_branch"] = DoesBranch
97 …if _newclass: is_branch = property(DoesBranch, None, doc='''A read only property that returns a bo…
/external/lldb/source/API/
DSBInstruction.cpp155 SBInstruction::DoesBranch () in DoesBranch() function in SBInstruction
158 return m_opaque_sp->DoesBranch (); in DoesBranch()
/external/lldb/test/python_api/default-constructor/
Dsb_instruction.py11 obj.DoesBranch()
/external/lldb/include/lldb/API/
DSBInstruction.h61 DoesBranch ();
/external/lldb/include/lldb/Core/
DDisassembler.h88 DoesBranch () = 0;
209 DoesBranch ();
/external/lldb/source/Core/
DDisassembler.cpp1037 if (m_instructions[i]->DoesBranch()) in GetIndexOfNextBranchInstruction()
1212 PseudoInstruction::DoesBranch () in DoesBranch() function in PseudoInstruction
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp66 DoesBranch () in DoesBranch() function in InstructionLLVMC
/external/lldb/www/python_reference/
Dapi-objects.txt3106 lldb.SBInstruction.DoesBranch lldb.SBInstruction-class.html#DoesBranch