Home
last modified time | relevance | path

Searched refs:luaopen_lldb (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A Dliblldb.exports5 luaopen_lldb*
H A Dliblldb-private.exports7 luaopen_lldb*
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp15 extern "C" int luaopen_lldb(lua_State *L) { return 0; } in luaopen_lldb() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.h26 int luaopen_lldb(lua_State *L);
H A DLua.cpp37 luaopen_lldb(m_lua_state); in Lua()