HomeSort by relevance Sort by last modified time
    Searched refs:hasArchiveMember (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 161 /// hasArchiveMember - check if an archive file is included or not
162 bool hasArchiveMember(const llvm::StringRef& pName) const;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 127 /// hasArchiveMember - check if an archive file is included or not
128 bool Archive::hasArchiveMember(const llvm::StringRef& pName) const {

Completed in 61 milliseconds