Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp96 eInstructionControlFlowKindJump, in TEST_F()
97 eInstructionControlFlowKindJump, in TEST_F()
98 eInstructionControlFlowKindJump, in TEST_F()
99 eInstructionControlFlowKindJump, in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h986 eInstructionControlFlowKindJump, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp159 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
182 return lldb::eInstructionControlFlowKindJump; in MapOpcodeIntoControlFlowKind()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp591 case eInstructionControlFlowKindJump: in GetNameForInstructionControlFlowKind()