Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp140 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
147 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
199 return lldb::eInstructionControlFlowKindCondJump; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1047 eInstructionControlFlowKindCondJump, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp590 case eInstructionControlFlowKindCondJump: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81721 …_CONSTTAB_INT("eInstructionControlFlowKindCondJump", (lldb::eInstructionControlFlowKindCondJump))},