Searched refs:repl_options (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h49 /// \param[in] repl_options
57 const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h102 const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp37 const char *repl_options) {
43 ret = (*create_instance)(err, language, debugger, target, repl_options);
35 Create(Status &err, lldb::LanguageType language, Debugger *debugger, Target *target, const char *repl_options) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h296 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i519 RunREPL (lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h320 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp662 const char *repl_options = nullptr; local
664 repl_options = m_option_data.m_repl_options.c_str();
666 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1594 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { argument
1617 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options));
1629 repl_sp->SetCompilerOptions(repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1198 const char *repl_options) {
1201 repl_options);
1205 error.ref() = m_opaque_sp->RunREPL(language, repl_options);
1197 RunREPL(lldb::LanguageType language, const char *repl_options) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1238 const char *repl_options, bool can_create);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp207 const char *repl_options, bool can_create) {
238 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options);
206 GetREPL(Status &err, lldb::LanguageType language, const char *repl_options, bool can_create) argument

Completed in 278 milliseconds