Home
last modified time | relevance | path

Searched refs:repl_options (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h32 const char *repl_options);
H A DClangREPL.cpp51 const char *repl_options) { in CreateInstance() argument
/src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h57 const char *repl_options);
/src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp604 const char *repl_options = nullptr; in MainLoop() local
606 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
608 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp40 const char *repl_options) { in Create() argument
50 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h126 const char *repl_options);
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h480 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1294 const char *repl_options) { in RunREPL() argument
1295 LLDB_INSTRUMENT_VA(this, language, repl_options); in RunREPL()
1299 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h379 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2190 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
2216 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
2228 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1464 const char *repl_options, bool can_create);
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp224 const char *repl_options, bool can_create) { in GetREPL() argument
258 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()