Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h335 static ModuleKind GetModuleKind(const lldb::ModuleSP &module_sp);
H A DRenderScriptRuntime.cpp976 RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) { in GetModuleKind() function in RenderScriptRuntime
1002 return GetModuleKind(module_sp) != eModuleKindIgnored; in IsRenderScriptModule()
2765 switch (GetModuleKind(module_sp)) { in LoadModule()