Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.h28 Error readSections(Object &Obj) const;
H A DReader.cpp56 Error COFFReader::readSections(Object &Obj) const { in readSections() function in llvm::objcopy::coff::COFFReader
214 if (Error E = readSections(*Obj)) in create()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp84 void readSections();
264 readSections(); in readLinkerScript()
566 void ScriptParser::readSections() { in readSections() function in ScriptParser
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h956 Error readSections(bool EnsureSymtab);
H A DObject.cpp1800 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in ELFBuilder
1911 if (Error E = readSections(EnsureSymtab)) in build()