Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp96 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 …]
DArchive.cpp44 Input& Archive::getARFile() in getARFile() function in Archive
50 const Input& Archive::getARFile() const in getARFile() function in Archive
DGroupReader.cpp127 if ( ar.getARFile().attribute()->isWholeArchive()) in readGroup()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h132 Input& getARFile();
135 const Input& getARFile() const;