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()
86 void readSections();279 readSections(); in readLinkerScript()620 void ScriptParser::readSections() { in readSections() function in ScriptParser
1100 Error readSections(bool EnsureSymtab);
1827 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder1947 if (Error E = readSections(EnsureSymtab)) in build()