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