Home
last modified time | relevance | path

Searched refs:InstructionControlFlowKind (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h88 virtual lldb::InstructionControlFlowKind
232 lldb::InstructionControlFlowKind instruction_control_flow_kind);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp386 lldb::InstructionControlFlowKind instruction_control_flow_kind = in DumpInstruction()
807 InstructionControlFlowKind insn_kind = in AppendInstructionToFunctionCallForest()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp129 lldb::InstructionControlFlowKind
391 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind()
550 lldb::InstructionControlFlowKind
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1031 enum InstructionControlFlowKind { enum
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp578 lldb::InstructionControlFlowKind instruction_control_flow_kind) { in GetNameForInstructionControlFlowKind()
643 lldb::InstructionControlFlowKind instruction_control_flow_kind = in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td312 "`InstructionControlFlowKind` for a list of control flow kind. "
1175 "`InstructionControlFlowKind` for a list of control flow kind. "
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31983 lldb::InstructionControlFlowKind result; in _wrap_SBInstruction_GetControlFlowKind()
31999 result = (lldb::InstructionControlFlowKind)(arg1)->GetControlFlowKind(arg2); in _wrap_SBInstruction_GetControlFlowKind()