Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp819 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
852 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
896 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
968 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection()
995 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection()
1119 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection()
1135 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1185 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1221 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
[all …]
Dcoff2yaml.cpp122 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()
181 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
/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/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp195 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
204 return Obj->getSectionContents(Section, Contents); in getSectionContents()
464 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()
582 if (Error E = getSectionContents( in printRuntimeFunctionRels()
/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()
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp340 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction()
367 if (Error E = Ctx.COFF.getSectionContents(PData, Contents)) in printData()
DDwarfCFIEHPrinter.h183 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
DARMEHABIPrinter.h450 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(EHT); in PrintExceptionTable()
522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT); in PrintIndexTable()
DELFDumper.cpp544 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDefinitions()
632 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDependencies()
2901 Obj.getSectionContents(Sec)) { in printAttributes()
3008 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3058 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3102 Obj.getSectionContents(*PltSec)) in findPLT()
3328 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3394 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3433 Obj.getSectionContents(*StackMapSection); in printStackMap()
4997 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection()
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp334 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection()
371 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup()
408 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
Dcoff2yaml.cpp116 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
/external/llvm/include/llvm/Object/
DObjectFile.h216 virtual std::error_code getSectionContents(DataRefImpl Sec,
380 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
DELF.h203 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
260 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h263 getSectionContents(DataRefImpl Sec) const = 0;
452 OwningObject->getSectionContents(SectionPimpl); in getContents()
DMachO.h300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
302 getSectionContents(DataRefImpl Sec) const override;
DXCOFFObjectFile.h269 getSectionContents(DataRefImpl Sec) const override;
DELF.h301 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const;
427 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h265 getSectionContents(DataRefImpl Sec) const = 0;
461 OwningObject->getSectionContents(SectionPimpl); in getContents()
DMachO.h300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
302 getSectionContents(DataRefImpl Sec) const override;
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1669 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1680 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1690 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1695 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1700 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1705 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1722 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp296 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
299 if (Error E = getSectionContents(Sec, Res)) in getSectionContents()
1099 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1834 if (Error E = Obj->getSectionContents(Section, Contents)) in getContents()
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp292 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
295 if (Error E = getSectionContents(Sec, Res)) in getSectionContents()
1121 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1852 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()

123