Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp117 eInstructionControlFlowKindFarCall, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp149 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
157 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
173 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
208 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
219 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h991 eInstructionControlFlowKindFarCall, enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp595 case eInstructionControlFlowKindFarCall: in GetNameForInstructionControlFlowKind()