Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp848 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
881 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
978 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
1166 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1216 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1252 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
1293 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpGnuHashSection()
1352 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerdefSection()
1421 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerneedSection()
[all …]
H A Dcoff2yaml.cpp124 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()
183 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
H A Dxcoff2yaml.cpp84 Obj.getSectionContents(SectionDRI); in dumpSections()
H A Dmacho2yaml.cpp95 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in constructSectionCommon()
188 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in extractSections()
/llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp348 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
357 return Obj->getSectionContents(Section, Contents); in getSectionContents()
595 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()
713 if (Error E = getSectionContents( in printRuntimeFunctionRels()
H A DELFDump.cpp353 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersionInfo()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp379 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction()
406 if (Error E = Ctx.COFF.getSectionContents(PData, Contents)) in printData()
H A DARMEHABIPrinter.h450 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(EHT); in PrintExceptionTable()
522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT); in PrintIndexTable()
H A DDwarfCFIEHPrinter.h183 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
H A DELFDumper.cpp2690 Obj.getSectionContents(Sec)) { in printAttributes()
2791 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2841 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2885 Obj.getSectionContents(*PltSec)) in findPLT()
3111 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3177 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3216 Obj.getSectionContents(*StackMapSection); in printStackMap()
4849 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection()
6124 unwrapOrError(this->FileName, Obj.getSectionContents(Sec)); in printNonRelocatableStackSizes()
6398 Dumper.getElfObject().getELFFile().getSectionContents(*Sec); in getMipsAbiFlagsSection()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h268 getSectionContents(DataRefImpl Sec) const = 0;
474 OwningObject->getSectionContents(SectionPimpl); in getContents()
H A DELF.h390 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
542 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
901 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions()
994 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
H A DMachO.h421 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
423 getSectionContents(DataRefImpl Sec) const override;
H A DWasm.h183 getSectionContents(DataRefImpl Sec) const override;
H A DELFObjectFile.h295 getSectionContents(DataRefImpl Sec) const override;
385 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes()
856 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
H A DCOFF.h955 getSectionContents(DataRefImpl Sec) const override;
1077 Error getSectionContents(const coff_section *Sec,
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp380 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
636 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in decodeBBAddrMap()
H A DCOFFObjectFile.cpp294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
297 if (Error E = getSectionContents(Sec, Res)) in getSectionContents()
1185 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1921 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1645 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1656 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1666 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1671 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1676 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1681 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1698 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function
49 return check(file.getObj().getSectionContents(hdr)); in getSectionContents()
95 hdr.sh_addralign, getSectionContents(file, hdr), name, in InputSectionBase()
H A DInputFiles.cpp870 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
894 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
1269 ArrayRef<uint8_t> data = CHECK(obj.getSectionContents(*sec), this); in parseVerneed()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp170 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp86 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()

12