Searched refs:getARFile (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp100 pArchive.addArchiveMember(pArchive.getARFile().name(),
126 Input* cur_archive = &(pArchive.getARFile());
292 assert(pArchive.getARFile().hasMemArea());
295 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() +
306 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() +
334 pArchive.getARFile().memArea()->release(header_region);
335 pArchive.getARFile().memArea()->release(symtab_region);
349 assert(pArchive.getARFile()
[all...]
H A DArchive.cpp38 /// getARFile - get the Input& of the archive file
39 Input& Archive::getARFile() function in class:Archive
44 /// getARFile - get the Input& of the archive file
45 const Input& Archive::getARFile() const function in class:Archive
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h133 /// getARFile - get the Input& of the archive file
134 Input& getARFile();
136 /// getARFile - get the Input& of the archive file
137 const Input& getARFile() const;

Completed in 51 milliseconds