Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h997 eInstructionControlFlowKindCall, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp156 return lldb::eInstructionControlFlowKindCall; in MapOpcodeIntoControlFlowKind()
167 return lldb::eInstructionControlFlowKindCall; in MapOpcodeIntoControlFlowKind()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp811 case lldb::eInstructionControlFlowKindCall: in AppendInstructionToFunctionCallForest()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp587 case eInstructionControlFlowKindCall: in GetNameForInstructionControlFlowKind()