Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h53 virtual StringRef getRawGID() const = 0;
84 StringRef getRawGID() const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp84 template <class T> StringRef CommonArchiveMemberHeader<T>::getRawGID() const { in getRawGID() function in CommonArchiveMemberHeader
412 StringRef Group = getRawGID(); in getGID()