Searched refs:GetControlFlowKind (Results 1 – 4 of 4) sorted by relevance
141 InstructionControlFlowKind kind = inst_sp->GetControlFlowKind(&exe_ctx); in TEST_F()
385 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind() function545 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { in GetControlFlowKind() function in InstructionLLVMC549 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode); in GetControlFlowKind()551 return x86::GetControlFlowKind(/*is_64b=*/true, m_opcode); in GetControlFlowKind()
87 GetControlFlowKind(const ExecutionContext *exe_ctx) { in GetControlFlowKind() function
647 GetControlFlowKind(exe_ctx); in Dump()