Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp155 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
163 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
179 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
214 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
225 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1047 eInstructionControlFlowKindFarCall, enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp813 case lldb::eInstructionControlFlowKindFarCall: { in AppendInstructionToFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp592 case eInstructionControlFlowKindFarCall: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78435 …_LUA_CONSTTAB_INT("eInstructionControlFlowKindFarCall", lldb::eInstructionControlFlowKindFarCall)},