Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp141 InstructionControlFlowKind kind = inst_sp->GetControlFlowKind(&exe_ctx); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp385 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind() function
545 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { in GetControlFlowKind() function in InstructionLLVMC
549 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode); in GetControlFlowKind()
551 return x86::GetControlFlowKind(/*is_64b=*/true, m_opcode); in GetControlFlowKind()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h87 GetControlFlowKind(const ExecutionContext *exe_ctx) { in GetControlFlowKind() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp647 GetControlFlowKind(exe_ctx); in Dump()