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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.h29 Error readSections(Object &Obj) const;
H A DReader.cpp56 Error COFFReader::readSections(Object &Obj) const { function in class:llvm::objcopy::coff::COFFReader
214 if (Error E = readSections(*Obj))
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp81 void readSections();
258 readSections();
543 void ScriptParser::readSections() { function in class:ScriptParser
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1562 template <class ELFT> void ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { function in class:llvm::objcopy::ELFBuilder
1634 readSections(EnsureSymtab);
H A DObject.h941 void readSections(bool EnsureSymtab);

Completed in 128 milliseconds