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.cpp614 const char *repl_options = nullptr; in MainLoop() local
616 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
618 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.h128 const char *repl_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h647 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1266 const char *repl_options) { in RunREPL() argument
1267 LLDB_INSTRUMENT_VA(this, language, repl_options); in RunREPL()
1271 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h388 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2336 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
2362 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
2375 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1519 const char *repl_options, bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp308 const char *repl_options, bool can_create) { in GetREPL() argument
342 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()