| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 848 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 D | coff2yaml.cpp | 124 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable() 183 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
|
| H A D | xcoff2yaml.cpp | 84 Obj.getSectionContents(SectionDRI); in dumpSections()
|
| H A D | macho2yaml.cpp | 95 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 D | XCOFFReader.cpp | 29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 348 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 D | ELFDump.cpp | 353 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersionInfo()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 379 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction() 406 if (Error E = Ctx.COFF.getSectionContents(PData, Contents)) in printData()
|
| H A D | ARMEHABIPrinter.h | 450 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(EHT); in PrintExceptionTable() 522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT); in PrintIndexTable()
|
| H A D | DwarfCFIEHPrinter.h | 183 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
|
| H A D | ELFDumper.cpp | 2690 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 D | ObjectFile.h | 268 getSectionContents(DataRefImpl Sec) const = 0; 474 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
| H A D | ELF.h | 390 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 D | MachO.h | 421 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 423 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | Wasm.h | 183 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 295 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 D | COFF.h | 955 getSectionContents(DataRefImpl Sec) const override; 1077 Error getSectionContents(const coff_section *Sec,
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ELF.cpp | 380 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas() 636 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in decodeBBAddrMap()
|
| H A D | COFFObjectFile.cpp | 294 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 D | COFFReader.cpp | 69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1645 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 D | InputSection.cpp | 45 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 D | InputFiles.cpp | 870 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 D | COFFLinkGraphBuilder.cpp | 170 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 86 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
|