Searched refs:readSections (Results 1 – 7 of 7) sorted by relevance
17 Error XCOFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::xcoff::XCOFFReader88 if (Error E = readSections(*Obj)) in create()
27 Error readSections(Object &Obj) const;
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()
85 void readSections();272 readSections(); in readLinkerScript()589 void ScriptParser::readSections() { in readSections() function in ScriptParser
976 Error readSections(bool EnsureSymtab);
1795 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder1907 if (Error E = readSections(EnsureSymtab)) in build()