Home
last modified time | relevance | path

Searched refs:SetCachedGroupName (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp326 return SetCachedGroupName(gid, name.c_str(), name.size()); in GetGroupName()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h972 SetCachedGroupName (uint32_t gid, const char *name, size_t name_len) in SetCachedGroupName() function
/trueos/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp789 return SetCachedGroupName (gid, name.c_str(), name.size()); in GetGroupName()