Home
last modified time | relevance | path

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

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