Home
last modified time | relevance | path

Searched refs:getARFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp91 if (pArchive.getARFile().attribute()->isWholeArchive()) in readArchive()
103 pArchive.addArchiveMember(pArchive.getARFile().name(), in readArchive()
261 assert(pArchive.getARFile().hasMemArea()); in readSymbolTable()
262 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readSymbolTable()
275 if (!pArchive.getARFile().attribute()->isWholeArchive()) { in readSymbolTable()
303 assert(pArchive.getARFile().hasMemArea()); in readStringTable()
304 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readStringTable()
352 Input* cur_archive = &(pArchive.getARFile()); in includeMember()
386 if (pArchive.getARFile().noExport()) { in includeMember()
421 pArchive.addArchiveMember(pArchive.getARFile().name(), in includeAllMembers()
[all …]
H A DArchive.cpp43 Input& Archive::getARFile() { in getARFile() function in mcld::Archive
48 const Input& Archive::getARFile() const { in getARFile() function in mcld::Archive
H A DGroupReader.cpp121 if (ar.getARFile().attribute()->isWholeArchive()) in readGroup()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h116 Input& getARFile();
119 const Input& getARFile() const;