Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i54 DoesBranch ();
100 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_instruction.py11 obj.DoesBranch()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp212 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h50 bool DoesBranch();
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp38 bool DoesBranch; member
61 insn->DoesBranch()}; in GetPtrauthInstructionInfo()
192 blr_ptrauth_info->DoesBranch) { in DeterminePtrauthFailure()
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp190 bool SBInstruction::DoesBranch() { in DoesBranch() function in SBInstruction
195 return inst_sp->DoesBranch(); in DoesBranch()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h162 virtual bool DoesBranch() = 0;
355 bool DoesBranch() override;
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1039 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()
1153 bool PseudoInstruction::DoesBranch() { in DoesBranch() function in PseudoInstruction
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp417 bool DoesBranch() override { in DoesBranch() function in InstructionLLVMC