Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h1003 eInstructionControlFlowKindCondJump, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp135 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
142 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
194 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp593 case eInstructionControlFlowKindCondJump: in GetNameForInstructionControlFlowKind()