Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h336 static ModuleKind GetModuleKind(const lldb::ModuleSP &module_sp);
H A DRenderScriptRuntime.cpp971 RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) { in GetModuleKind() function in RenderScriptRuntime
997 return GetModuleKind(module_sp) != eModuleKindIgnored; in IsRenderScriptModule()
2754 switch (GetModuleKind(module_sp)) { in LoadModule()