Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h57 const char *repl_options);
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp618 const char *repl_options = nullptr; in MainLoop() local
620 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
622 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h126 const char *repl_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h464 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h386 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2149 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
2175 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
2187 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1451 const char *repl_options, bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp223 const char *repl_options, bool can_create) { in GetREPL() argument
257 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()