Searched refs:getObjectMemberMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h145 /// getObjectMemberMap - get the map that contains the included object files
146 ObjectMemberMapType& getObjectMemberMap();
148 /// getObjectMemberMap - get the map that contains the included object files
149 const ObjectMemberMapType& getObjectMemberMap() const;
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp62 /// getObjectMemberMap - get the map that contains the included object files
63 Archive::ObjectMemberMapType& Archive::getObjectMemberMap() function in class:Archive
68 /// getObjectMemberMap - get the map that contains the included object files
69 const Archive::ObjectMemberMapType& Archive::getObjectMemberMap() const function in class:Archive

Completed in 54 milliseconds