Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp86 eInstructionControlFlowKindOther, in TEST_F()
87 eInstructionControlFlowKindOther, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp130 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
136 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
143 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
232 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h980 eInstructionControlFlowKindOther, enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp585 case eInstructionControlFlowKindOther: in GetNameForInstructionControlFlowKind()