Home
last modified time | relevance | path

Searched refs:GetModuleKind (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h322 static ModuleKind GetModuleKind(const lldb::ModuleSP &module_sp);
H A DRenderScriptRuntime.cpp991 RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) { in GetModuleKind() function in RenderScriptRuntime
1017 return GetModuleKind(module_sp) != eModuleKindIgnored; in IsRenderScriptModule()
2855 switch (GetModuleKind(module_sp)) { in LoadModule()