Home
last modified time | relevance | path

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

/freebsd/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
87 if (Error E = readSections(*Obj)) in create()
H A DXCOFFReader.h27 Error readSections(Object &Obj) const;
/freebsd/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
213 if (Error E = readSections(*Obj)) in create()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp72 void readSections();
270 readSections(); in readLinkerScript()
652 void ScriptParser::readSections() { in readSections() function in ScriptParser
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1104 Error readSections(bool EnsureSymtab);
H A DELFObject.cpp1824 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder
1944 if (Error E = readSections(EnsureSymtab)) in build()