Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h981 const char *GetCachedGroupName(uint32_t gid) { in GetCachedGroupName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp853 const char *group_name = GetCachedGroupName(gid); in GetGroupName()