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

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 105 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
MachO.h 52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
ObjectFile.h 239 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
366 return OwningObject->getSectionNext(SectionPimpl, Result);
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
ELFObjectFile.cpp 336 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
655 ::getSectionNext(DataRefImpl Sec, SectionRef &Result) const {
    [all...]
MachOObjectFile.cpp 300 error_code MachOObjectFile::getSectionNext(DataRefImpl DRI,

Completed in 105 milliseconds