Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1003 eInstructionControlFlowKindCondJump, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A 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/
H A DDisassembler.cpp593 case eInstructionControlFlowKindCondJump: in GetNameForInstructionControlFlowKind()