Searched defs:readSections (Results 1 – 4 of 4) sorted by relevance
17 Error XCOFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::xcoff::XCOFFReader
56 Error COFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::coff::COFFReader
620 void ScriptParser::readSections() { in readSections() function in ScriptParser
1827 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder