Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h124 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
188 error_code getSectionContents(const coff_section *Sec,
DMachO.h70 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
DObjectFile.h305 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
478 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DELF.h547 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
1053 ::getSectionContents(DataRefImpl Sec,
/external/llvm/lib/Object/
DCOFFObjectFile.cpp320 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in COFFObjectFile
324 error_code EC = getSectionContents(sec, Res); in getSectionContents()
648 error_code COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
DMachOObjectFile.cpp526 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI, in getSectionContents() function in llvm::object::MachOObjectFile