Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h29 const char *repl_options);
H A DClangREPL.cpp49 const char *repl_options) { in CreateInstance() argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h57 const char *repl_options);
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp623 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 Dlldb-private-interfaces.h116 const char *repl_options);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i545 RunREPL (lldb::LanguageType language, const char *repl_options);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h409 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h372 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1280 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 DDebugger.cpp1983 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 DTarget.h1423 const char *repl_options, bool can_create);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp221 const char *repl_options, bool can_create) { in GetREPL() argument
255 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()