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

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 145 /// getArchiveMemberMap - get the map that contains the included archive files
146 ArchiveMemberMapType& getArchiveMemberMap();
148 /// getArchiveMemberMap - get the map that contains the included archive files
149 const ArchiveMemberMapType& getArchiveMemberMap() const;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 94 /// getArchiveMemberMap - get the map that contains the included archive files
95 Archive::ArchiveMemberMapType& Archive::getArchiveMemberMap() {
99 /// getArchiveMemberMap - get the map that contains the included archive files
100 const Archive::ArchiveMemberMapType& Archive::getArchiveMemberMap() const {

Completed in 221 milliseconds