Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h1012 eInstructionControlFlowKindFarJump enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp162 return lldb::eInstructionControlFlowKindFarJump; in MapOpcodeIntoControlFlowKind()
187 return lldb::eInstructionControlFlowKindFarJump; in MapOpcodeIntoControlFlowKind()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp599 case eInstructionControlFlowKindFarJump: in GetNameForInstructionControlFlowKind()