Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp244 lldb::CommandInterpreterResult
246 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::CommandInterpreterResult, in GetResult()
310 LLDB_REGISTER_METHOD_CONST(lldb::CommandInterpreterResult, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h40 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult()
42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult()
51 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult()
55 lldb::CommandInterpreterResult m_result =
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h98 lldb::CommandInterpreterResult GetResult() const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1122 enum CommandInterpreterResult { enum
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1387 CommandInterpreterResult section in Enumerators