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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
H A DObjectFile.h239 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
366 return OwningObject->getSectionNext(SectionPimpl, Result);
H A DCOFF.h105 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, function in class:COFFObjectFile
H A DELFObjectFile.cpp336 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
655 ::getSectionNext(DataRefImpl Sec, SectionRef &Result) const { function in class:ELFObjectFile
H A DMachOObjectFile.cpp300 error_code MachOObjectFile::getSectionNext(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile

Completed in 2024 milliseconds