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.h1058 eInstructionControlFlowKindJump, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp166 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
189 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp620 case eInstructionControlFlowKindJump: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83124 …SWIG_LUA_CONSTTAB_INT("eInstructionControlFlowKindJump", (lldb::eInstructionControlFlowKindJump))},