Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp119 eInstructionControlFlowKindFarReturn, in TEST_F()
120 eInstructionControlFlowKindFarReturn, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp177 return lldb::eInstructionControlFlowKindFarReturn; in MapOpcodeIntoControlFlowKind()
203 return lldb::eInstructionControlFlowKindFarReturn; in MapOpcodeIntoControlFlowKind()
213 return lldb::eInstructionControlFlowKindFarReturn; in MapOpcodeIntoControlFlowKind()
222 return lldb::eInstructionControlFlowKindFarReturn; in MapOpcodeIntoControlFlowKind()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h994 eInstructionControlFlowKindFarReturn, enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp597 case eInstructionControlFlowKindFarReturn: in GetNameForInstructionControlFlowKind()