Searched refs:readSections (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.h27 Error readSections(Object &Obj) const;
H A DXCOFFReader.cpp17 Error XCOFFReader::readSections(Object &Obj) const { function in class:llvm::objcopy::xcoff::XCOFFReader
88 if (Error E = readSections(*Obj))
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.h28 Error readSections(Object &Obj) const;
H A DCOFFReader.cpp56 Error COFFReader::readSections(Object &Obj) const { function in class:llvm::objcopy::coff::COFFReader
214 if (Error E = readSections(*Obj))
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp85 void readSections();
272 readSections();
589 void ScriptParser::readSections() { function in class:ScriptParser
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h976 Error readSections(bool EnsureSymtab);
H A DELFObject.cpp1795 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) {
1907 if (Error E = readSections(EnsureSymtab))

Completed in 137 milliseconds