Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp127 /// eInstructionControlFlowKindOther if the instruction doesn't affect in MapOpcodeIntoControlFlowKind()
136 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
142 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
149 return lldb::eInstructionControlFlowKindOther; in MapOpcodeIntoControlFlowKind()
238 return lldb::eInstructionControlFlowKindOther;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1039 eInstructionControlFlowKindOther, enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp809 : eInstructionControlFlowKindOther; in AppendInstructionToFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp582 case eInstructionControlFlowKindOther: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81717 …IG_LUA_CONSTTAB_INT("eInstructionControlFlowKindOther", (lldb::eInstructionControlFlowKindOther))},