Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp212 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i30 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h52 bool DoesBranch();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp39 bool DoesBranch; member
62 insn->DoesBranch()}; in GetPtrauthInstructionInfo()
193 blr_ptrauth_info->DoesBranch) { in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp209 bool SBInstruction::DoesBranch() { in DoesBranch() function in SBInstruction
214 return inst_sp->DoesBranch(); in DoesBranch()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h164 virtual bool DoesBranch() = 0;
359 bool DoesBranch() override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1043 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()
1157 bool PseudoInstruction::DoesBranch() { in DoesBranch() function in PseudoInstruction
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp423 bool DoesBranch() override { in DoesBranch() function in InstructionLLVMC
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32083 result = (bool)(arg1)->DoesBranch(); in _wrap_SBInstruction_DoesBranch()