Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp150 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
158 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
174 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
209 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
220 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1006 eInstructionControlFlowKindFarCall, enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp812 case lldb::eInstructionControlFlowKindFarCall: { in AppendInstructionToFunctionCallForest()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp595 case eInstructionControlFlowKindFarCall: in GetNameForInstructionControlFlowKind()