Searched refs:getSectionNext (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h308 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
474 return OwningObject->getSectionNext(SectionPimpl, Result);
H A DMachO.h78 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
H A DCOFF.h226 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
H A DELF.h690 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
1280 error_code ELFObjectFile<ELFT>::getSectionNext(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp299 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp668 error_code MachOObjectFile::getSectionNext(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile

Completed in 102 milliseconds