Home
last modified time | relevance | path

Searched refs:eInstructionControlFlowKindJump (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1042 eInstructionControlFlowKindJump, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp165 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
188 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp588 case eInstructionControlFlowKindJump: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78433 … {SWIG_LUA_CONSTTAB_INT("eInstructionControlFlowKindJump", lldb::eInstructionControlFlowKindJump)},