Searched refs:readSections (Results 1 – 5 of 5) 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()
84 void readSections();264 readSections(); in readLinkerScript()566 void ScriptParser::readSections() { in readSections() function in ScriptParser
956 Error readSections(bool EnsureSymtab);
1800 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder1911 if (Error E = readSections(EnsureSymtab)) in build()