Searched refs:getARFile (Results 1 – 4 of 4) sorted by relevance
96 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->size()) in readArchive()99 if (pArchive.getARFile().attribute()->isWholeArchive()) in readArchive()111 pArchive.addArchiveMember(pArchive.getARFile().name(), in readArchive()274 assert(pArchive.getARFile().hasMemArea()); in readSymbolTable()277 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readSymbolTable()287 if (!pArchive.getARFile().attribute()->isWholeArchive()) { in readSymbolTable()288 llvm::StringRef symtab_region = pArchive.getARFile().memArea()->request( in readSymbolTable()289 (pArchive.getARFile().fileOffset() + in readSymbolTable()317 assert(pArchive.getARFile().hasMemArea()); in readStringTable()320 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readStringTable()[all …]
44 Input& Archive::getARFile() in getARFile() function in Archive50 const Input& Archive::getARFile() const in getARFile() function in Archive
127 if ( ar.getARFile().attribute()->isWholeArchive()) in readGroup()
132 Input& getARFile();135 const Input& getARFile() const;