Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h29 const char *repl_options);
H A DClangREPL.cpp49 const char *repl_options) { in CreateInstance() argument
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DREPL.h57 const char *repl_options);
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp621 const char *repl_options = nullptr; in MainLoop() local
623 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
625 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h113 const char *repl_options);
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp38 const char *repl_options) { in Create() argument
48 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i543 RunREPL (lldb::LanguageType language, const char *repl_options);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h392 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1242 const char *repl_options) { in RunREPL() argument
1243 LLDB_INSTRUMENT_VA(this, language, repl_options); in RunREPL()
1247 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h374 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1963 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
1989 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
2001 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1412 const char *repl_options, bool can_create);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp220 const char *repl_options, bool can_create) { in GetREPL() argument
254 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()