Home
last modified time | relevance | path

Searched refs:CommandInterpreterResult (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h41 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult()
43 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult()
52 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult()
56 lldb::CommandInterpreterResult m_result =
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h99 lldb::CommandInterpreterResult GetResult() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp215 lldb::CommandInterpreterResult
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1197 enum CommandInterpreterResult { enum
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1390 CommandInterpreterResult section in Enumerators