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

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 127 /// getObjectMemberMap - get the map that contains the included object files
128 ObjectMemberMapType& getObjectMemberMap();
130 /// getObjectMemberMap - get the map that contains the included object files
131 const ObjectMemberMapType& getObjectMemberMap() const;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 62 /// getObjectMemberMap - get the map that contains the included object files
63 Archive::ObjectMemberMapType& Archive::getObjectMemberMap() {
67 /// getObjectMemberMap - get the map that contains the included object files
68 const Archive::ObjectMemberMapType& Archive::getObjectMemberMap() const {

Completed in 8340 milliseconds