HomeSort by relevance Sort by last modified time
    Searched refs:getSectionNext (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 121 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
MachO.h 71 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
ObjectFile.h 310 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
475 return OwningObject->getSectionNext(SectionPimpl, Result);
ELF.h 670 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 298 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
MachOObjectFile.cpp 439 error_code MachOObjectFile::getSectionNext(DataRefImpl DRI,
    [all...]

Completed in 69 milliseconds