Home
last modified time | relevance | path

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

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