Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1001 eInstructionControlFlowKindJump, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp160 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
183 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp591 case eInstructionControlFlowKindJump: in GetNameForInstructionControlFlowKind()