Searched refs:getGID (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DArchive.h67 Expected<unsigned> getGID() const;
236 Expected<unsigned> getGID() const { return Header->getGID(); } function in class:llvm::object::Archive::Child
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp103 Expected<unsigned> GIDOrErr = OldMember.getGID();
H A DArchive.cpp403 Expected<unsigned> AbstractArchiveMemberHeader::getGID() const { function in class:AbstractArchiveMemberHeader
/openbsd-current/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp527 Expected<unsigned> GIDOrErr = C.getGID();
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2729 unwrapOrError(C.getGID(), Filename),
H A DMachODump.cpp2487 unwrapOrError(C.getGID(), getFileNameForError(C, ChildIndex),

Completed in 313 milliseconds