Searched refs:Lua (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.h26 class Lua { class in namespace:lldb_private
28 Lua() : m_lua_state(luaL_newstate()) { function in class:lldb_private::Lua
34 ~Lua() {
H A DScriptInterpreterLua.h15 class Lua;
49 Lua &GetLua();
55 std::unique_ptr<Lua> m_lua;
H A DLua.cpp1 //===-- Lua.cpp -----------------------------------------------------------===//
9 #include "Lua.h"
17 llvm::Error Lua::Run(llvm::StringRef buffer) {
32 llvm::Error Lua::LoadModule(llvm::StringRef filename) {
H A DScriptInterpreterLua.cpp10 #include "Lua.h"
51 m_lua(std::make_unique<Lua>()) {}
148 return "Lua script interpreter";
157 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; }
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk3 # Lua helper file for FreeBSD /usr/src builds.
5 # This file provides any necessary assistance for consumers of Lua in the base
18 # LUA_CMD can be overwritten to point to a Lua that isn't flua. This is fine,
20 # may only be fulfilled by the in-tree Lua. The user overwriting it is expected
23 # flua is currently equivalent to Lua 5.3, with the following modules:
H A Dsrc.opts.mk315 # GELI and Lua in loader currently cause boot failures on sparc64 and powerpc.
/freebsd-11-stable/stand/lua/
H A Dcore.lua103 -- other contexts (outside of Lua) may mean 'octal'
H A Dconfig.lua182 -- group, then a single-word value capture group. This is our kludge for Lua

Completed in 118 milliseconds