Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h303 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
465 return OwningObject->getSectionNext(SectionPimpl, Result); in getNext()
HDMachO.h75 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
HDCOFF.h257 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
HDELFObjectFile.h74 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
427 error_code ELFObjectFile<ELFT>::getSectionNext(DataRefImpl Sec, in getSectionNext() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp230 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext() function in COFFObjectFile
HDMachOObjectFile.cpp651 error_code MachOObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext() function in llvm::object::MachOObjectFile