HomeSort by: relevance | last modified time | path
    Searched defs:getSectionContents (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 195 getSectionContents(const COFFObjectFile *Obj,
204 return Obj->getSectionContents(Section, Contents);
463 if (Error E = Obj->getSectionContents(Pdata, Contents))
581 if (Error E = getSectionContents(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 393 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
544 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const {
877 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);
970 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);
ELFObjectFile.h 283 getSectionContents(DataRefImpl Sec) const override;
373 auto ErrorOrContents = EF.getSectionContents(Sec);
840 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const {
297 if (Error E = getSectionContents(Sec, Res))
1124 Error COFFObjectFile::getSectionContents(const coff_section *Sec,
1855 if (Error E = Obj->getSectionContents(*Section, Contents))
WasmObjectFile.cpp 1653 WasmObjectFile::getSectionContents(DataRefImpl Sec) const {
XCOFFObjectFile.cpp 275 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const {
MachOObjectFile.cpp 1957 ArrayRef<uint8_t> MachOObjectFile::getSectionContents(uint32_t Offset,
1963 MachOObjectFile::getSectionContents(DataRefImpl Sec) const {
1977 return getSectionContents(Offset, Size);

Completed in 51 milliseconds