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.h1054 eInstructionControlFlowKindCall, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp162 return lldb::eInstructionControlFlowKindCall; in MapOpcodeIntoControlFlowKind()
173 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.cpp616 case eInstructionControlFlowKindCall: in GetNameForInstructionControlFlowKind()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83122 …SWIG_LUA_CONSTTAB_INT("eInstructionControlFlowKindCall", (lldb::eInstructionControlFlowKindCall))},