Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1041 eInstructionControlFlowKindCall, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp161 return lldb::eInstructionControlFlowKindCall; in MapOpcodeIntoControlFlowKind()
172 return lldb::eInstructionControlFlowKindCall; in MapOpcodeIntoControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp812 case lldb::eInstructionControlFlowKindCall: in AppendInstructionToFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp584 case eInstructionControlFlowKindCall: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81718 …SWIG_LUA_CONSTTAB_INT("eInstructionControlFlowKindCall", (lldb::eInstructionControlFlowKindCall))},