Searched refs:repl_options (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.h | 32 const char *repl_options);
|
| H A D | ClangREPL.cpp | 51 const char *repl_options) { in CreateInstance() argument
|
| /src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 57 const char *repl_options);
|
| /src/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 604 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 D | REPL.cpp | 40 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 D | lldb-private-interfaces.h | 126 const char *repl_options);
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 480 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1294 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 D | Debugger.h | 379 Status RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2190 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 D | Target.h | 1464 const char *repl_options, bool can_create);
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 224 const char *repl_options, bool can_create) { in GetREPL() argument 258 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()
|