Home
last modified time | relevance | path

Searched refs:LoadModule (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.def17 LoadModule
H A Dgdbserve.c1009 err = LoadModule ((struct ScreenStruct *) __GetScreenID (GetCurrentScreen()), in main()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.h44 llvm::Error LoadModule(llvm::StringRef filename);
H A DLua.cpp133 llvm::Error Lua::LoadModule(llvm::StringRef filename) { in LoadModule() function in Lua
H A DScriptInterpreterLua.cpp220 if (llvm::Error e = m_lua->LoadModule(filename)) { in LoadScriptingModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h356 bool LoadModule(const lldb::ModuleSP &module_sp);
H A DRenderScriptRuntime.cpp1007 LoadModule(mod); in ModulesDidLoad()
2739 bool RenderScriptRuntime::LoadModule(const lldb::ModuleSP &module_sp) { in LoadModule() function in RenderScriptRuntime