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

  /external/llvm/include/llvm/Object/
MachO.h 66 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
COFF.h 120 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
ObjectFile.h 301 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
462 return OwningObject->getSectionNext(SectionPimpl, Result);
ELF.h 543 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 291 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
MachOObjectFile.cpp 428 error_code MachOObjectFile::getSectionNext(DataRefImpl DRI,
    [all...]

Completed in 152 milliseconds