Searched refs:getSectionContents (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/llvm-objdump/ |
| D | COFFDump.cpp | 192 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/ |
| D | COFFDumper.cpp | 81 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()
|
| D | ELFDumper.cpp | 517 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section)); in printSections()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Object/ |
| D | COFF.h | 261 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 335 error_code getSectionContents(const coff_section *Sec,
|
| D | ObjectFile.h | 307 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0; 481 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
| D | MachO.h | 79 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
|
| D | ELF.h | 408 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 525 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
| D | ELFObjectFile.h | 78 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/ |
| D | COFFObjectFile.cpp | 259 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
|
| D | MachOObjectFile.cpp | 691 MachOObjectFile::getSectionContents(DataRefImpl Sec, StringRef &Res) const { in getSectionContents() function in llvm::object::MachOObjectFile
|