Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
DCOFFDump.cpp192 static error_code getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
202 if (error_code ec = Obj->getSectionContents(Section, Contents)) return ec; in getSectionContents()
308 if (error(Obj->getSectionContents(Pdata, Contents))) continue; in printCOFFUnwindInfo()
340 if (error(getSectionContents(Obj, Rels, SectionOffset + in printCOFFUnwindInfo()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DCOFFDumper.cpp81 error_code getSectionContents(
502 error_code COFFDumper::getSectionContents( in getSectionContents() function in COFFDumper
513 if (error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
956 if (error(Obj->getSectionContents(PData, Contents)) || in printX64UnwindInfo()
992 if (error(Obj->getSectionContents(XData, XContents)) || XContents.empty()) in printRuntimeFunction()
DELFDumper.cpp517 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section)); in printSections()
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DCOFF.h261 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
335 error_code getSectionContents(const coff_section *Sec,
DObjectFile.h307 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
481 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DMachO.h79 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
DELF.h408 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
525 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
DELFObjectFile.h78 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
458 error_code ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
/freebsd-10-stable/contrib/llvm/lib/Object/
DCOFFObjectFile.cpp259 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in COFFObjectFile
263 error_code EC = getSectionContents(sec, Res); in getSectionContents()
746 error_code COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
DMachOObjectFile.cpp691 MachOObjectFile::getSectionContents(DataRefImpl Sec, StringRef &Res) const { in getSectionContents() function in llvm::object::MachOObjectFile