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.cpp156 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
164 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
180 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
215 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
226 return lldb::eInstructionControlFlowKindFarCall; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1063 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.cpp624 case eInstructionControlFlowKindFarCall: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83126 …UA_CONSTTAB_INT("eInstructionControlFlowKindFarCall", (lldb::eInstructionControlFlowKindFarCall))},