Searched refs:repl_options (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.h | 29 const char *repl_options);
|
| H A D | ClangREPL.cpp | 49 const char *repl_options) { in CreateInstance() argument
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 57 const char *repl_options);
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Driver.cpp | 623 const char *repl_options = nullptr; in MainLoop() local 625 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop() 627 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 116 const char *repl_options);
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 38 const char *repl_options) { in Create() argument 48 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 545 RunREPL (lldb::LanguageType language, const char *repl_options);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 409 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 372 Status RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1280 const char *repl_options) { in RunREPL() argument 1281 LLDB_INSTRUMENT_VA(this, language, repl_options); in RunREPL() 1285 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1983 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument 2009 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL() 2021 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 1423 const char *repl_options, bool can_create);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 221 const char *repl_options, bool can_create) { in GetREPL() argument 255 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()
|