Searched refs:readSections (Results 1 – 4 of 4) sorted by relevance
28 Error readSections(Object &Obj) const;
56 Error COFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::coff::COFFReader214 if (Error E = readSections(*Obj)) in create()
956 Error readSections(bool EnsureSymtab);
1795 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in llvm::objcopy::elf::ELFBuilder1906 if (Error E = readSections(EnsureSymtab)) in build()