Searched defs:getSectionContents (Results 1 - 8 of 8) 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))
464 error(Obj->getSectionContents(Pdata, Contents));
568 error(getSectionContents(
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp398 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp340 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
692 ::getSectionContents(DataRefImpl Sec, function in class:ELFObjectFile
/external/llvm/include/llvm/Object/
H A DELF.h207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h227 std::error_code getSectionContents(DataRefImpl Sec,
585 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp281 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, function in class:COFFObjectFile
285 std::error_code EC = getSectionContents(Sec, Res);
1033 COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp643 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, function in class:MachOObjectFile

Completed in 235 milliseconds