Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target);
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h88 virtual lldb::InstructionControlFlowKind
232 lldb::InstructionControlFlowKind instruction_control_flow_kind);
/src/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind()
/src/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp386 lldb::InstructionControlFlowKind instruction_control_flow_kind = in DumpInstruction()
807 InstructionControlFlowKind insn_kind = in AppendInstructionToFunctionCallForest()
/src/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
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1034 enum InstructionControlFlowKind { enum
/src/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()
/src/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td312 "`InstructionControlFlowKind` for a list of control flow kind. "
1181 "`InstructionControlFlowKind` for a list of control flow kind. "
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33442 lldb::InstructionControlFlowKind result; in _wrap_SBInstruction_GetControlFlowKind()
33458 result = (lldb::InstructionControlFlowKind)(arg1)->GetControlFlowKind(arg2); in _wrap_SBInstruction_GetControlFlowKind()