Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h956 Error readSections(bool EnsureSymtab);
H A DObject.cpp1795 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) { in readSections() function in llvm::objcopy::elf::ELFBuilder
1906 if (Error E = readSections(EnsureSymtab)) in build()