Searched refs:GetLua (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h49 Lua &GetLua();
H A DScriptInterpreterLua.cpp40 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) {
157 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; } function in class:ScriptInterpreterLua

Completed in 71 milliseconds