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