Home
last modified time | relevance | path

Searched defs:GetControlFlowKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind() function in SBInstruction
/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/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp386 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, GetControlFlowKind() function
546 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { GetControlFlowKind() function in InstructionLLVMC