Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp17 Error XCOFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::xcoff::XCOFFReader
88 if (Error E = readSections(*Obj)) in create()
H A DXCOFFReader.h27 Error readSections(Object &Obj) const;
/src/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 { in readSections() function in llvm::objcopy::coff::COFFReader
214 if (Error E = readSections(*Obj)) in create()
/src/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp86 void readSections();
279 readSections(); in readLinkerScript()
620 void ScriptParser::readSections() { in readSections() function in ScriptParser
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1100 Error readSections(bool EnsureSymtab);
H A DELFObject.cpp1827 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder
1947 if (Error E = readSections(EnsureSymtab)) in build()