Home
last modified time | relevance | path

Searched refs:GetControlFlowKind (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp166 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind() function in SBInstruction
180 return inst_sp->GetControlFlowKind(&exe_ctx); in GetControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp392 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind() function
560 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { in GetControlFlowKind() function in InstructionLLVMC
564 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode); in GetControlFlowKind()
566 return x86::GetControlFlowKind(/*is_64b=*/true, m_opcode); in GetControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp387 instruction->GetControlFlowKind(&exe_ctx); in DumpInstruction()
808 insn ? insn->GetControlFlowKind(&exe_ctx) in AppendInstructionToFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h89 GetControlFlowKind(const ExecutionContext *exe_ctx) { in GetControlFlowKind() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp676 GetControlFlowKind(exe_ctx); in Dump()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33931 result = (lldb::InstructionControlFlowKind)(arg1)->GetControlFlowKind(SWIG_STD_MOVE(arg2)); in _wrap_SBInstruction_GetControlFlowKind()