Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp191 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
200 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
459 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection()
563 error(getSectionContents( in printRuntimeFunctionRels()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp196 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
464 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection()
568 error(getSectionContents( in printRuntimeFunctionRels()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp293 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction()
315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
DARMEHABIPrinter.h434 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT); in PrintExceptionTable()
501 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT); in PrintIndexTable()
DDwarfCFIEHPrinter.h176 auto Result = Obj->getSectionContents(EHFrameShdr); in printEHFrame()
DARMWinEHPrinter.cpp516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
DELFDumper.cpp1975 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes()
2057 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2111 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2135 unwrapOrError(Obj->getSectionContents(PltSec)); in MipsGOTParser()
2339 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags()
2384 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo()
2404 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions()
2438 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
4199 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSections()
4376 Obj->getSectionContents(this->dumper()->getDotAddrsigSec())); in printAddrsig()
[all …]
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp293 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction()
315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
DARMEHABIPrinter.h415 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable()
482 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable()
DARMWinEHPrinter.cpp516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
DELFDumper.cpp1858 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes()
1979 ArrayRef<uint8_t> GOT = unwrapOrError(Obj->getSectionContents(GOTShdr)); in parseGOT()
2044 ArrayRef<uint8_t> PLT = unwrapOrError(Obj->getSectionContents(PLTShdr)); in parsePLT()
2252 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags()
2297 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo()
2317 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions()
2352 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
3387 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp791 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
800 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
808 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
811 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
814 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
817 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
832 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection()
368 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup()
405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
Dcoff2yaml.cpp116 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp125 Obj.getSectionContents(COFFSection, sectionData); in initializeFileAndStringTable()
168 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
Delf2yaml.cpp421 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection()
461 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup()
498 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
/external/llvm/include/llvm/Object/
DObjectFile.h216 virtual std::error_code getSectionContents(DataRefImpl Sec,
380 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DELF.h207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h243 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
382 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DMachO.h56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
DCOFF.h109 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h230 virtual std::error_code getSectionContents(DataRefImpl Sec,
417 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DELF.h265 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const;
377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
DELFObjectFile.h253 std::error_code getSectionContents(DataRefImpl Sec,
387 auto ErrorOrContents = EF.getSectionContents(&Sec); in getBuildAttributes()
684 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
DWasm.h168 std::error_code getSectionContents(DataRefImpl Sec,

12