Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h997 eInstructionControlFlowKindFarJump enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp161 return lldb::eInstructionControlFlowKindFarJump; in MapOpcodeIntoControlFlowKind()
186 return lldb::eInstructionControlFlowKindFarJump; in MapOpcodeIntoControlFlowKind()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp599 case eInstructionControlFlowKindFarJump: in GetNameForInstructionControlFlowKind()