HomeSort by: relevance | last modified time | path
    Searched refs:readSections (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.h 28 Error readSections(Object &Obj) const;
Reader.cpp 56 Error COFFReader::readSections(Object &Obj) const {
214 if (Error E = readSections(*Obj))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 956 Error readSections(bool EnsureSymtab);
Object.cpp 1795 template <class ELFT> Error ELFBuilder<ELFT>::readSections(bool EnsureSymtab) {
1906 if (Error E = readSections(EnsureSymtab))

Completed in 25 milliseconds