Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp85 void readSections();
269 readSections(); in readLinkerScript()
572 void ScriptParser::readSections() { in readSections() function in ScriptParser
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h964 Error readSections(bool EnsureSymtab);
H A DELFObject.cpp1755 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder
1866 if (Error E = readSections(EnsureSymtab)) in build()