Searched refs:getSectionContents (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | COFF.h | 124 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 188 error_code getSectionContents(const coff_section *Sec,
|
D | MachO.h | 70 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
|
D | ObjectFile.h | 305 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0; 478 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
D | ELF.h | 547 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 1053 ::getSectionContents(DataRefImpl Sec,
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 320 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
|
D | MachOObjectFile.cpp | 526 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI, in getSectionContents() function in llvm::object::MachOObjectFile
|