Searched defs:getSectionContents (Results 1 - 5 of 5) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp196 getSectionContents(const COFFObjectFile *Obj, function
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
398 if (error(Obj->getSectionContents(Pdata, Contents)))
503 if (error(getSectionContents(
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h84 std::error_code getSectionContents(DataRefImpl Sec,
405 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
H A DELF.h422 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp268 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, function in class:COFFObjectFile
272 std::error_code EC = getSectionContents(Sec, Res);
837 COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp700 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile

Completed in 121 milliseconds