Searched refs:GetModuleKind (Results 1 – 2 of 2) sorted by relevance
322 static ModuleKind GetModuleKind(const lldb::ModuleSP &module_sp);
991 RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) { in GetModuleKind() function in RenderScriptRuntime1017 return GetModuleKind(module_sp) != eModuleKindIgnored; in IsRenderScriptModule()2855 switch (GetModuleKind(module_sp)) { in LoadModule()