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.cpp167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind() function in SBInstruction
181 return inst_sp->GetControlFlowKind(&exe_ctx); in GetControlFlowKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp391 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind() function
551 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { in GetControlFlowKind() function in InstructionLLVMC
555 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode); in GetControlFlowKind()
557 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.cpp644 GetControlFlowKind(exe_ctx); in Dump()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31999 result = (lldb::InstructionControlFlowKind)(arg1)->GetControlFlowKind(arg2); in _wrap_SBInstruction_GetControlFlowKind()