Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp359 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
368 return Obj->getSectionContents(Section, Contents); in getSectionContents()
609 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()
727 if (Error E = getSectionContents( in printRuntimeFunctionRels()
H A DELFDump.cpp425 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersion()
/freebsd/contrib/llvm-project/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.h182 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
H A DELFDumper.cpp2910 Obj.getSectionContents(Sec)) { in printAttributes()
3011 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3061 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3105 Obj.getSectionContents(*PltSec)) in findPLT()
3331 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3397 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3436 Obj.getSectionContents(*StackMapSection); in printStackMap()
3916 this->Obj.getSectionContents(Sec); in printRelocations()
3963 cantFail(this->Obj.getSectionContents(Sec)))); in printRelocations()
4620 Expected<ArrayRef<uint8_t>> Data = this->Obj.getSectionContents(S); in printSectionDetails()
[all …]
H A DARMWinEHPrinter.cpp1032 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
1459 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h97 getSectionContents(DataRefImpl Sec) const override;
H A DObjectFile.h269 getSectionContents(DataRefImpl Sec) const = 0;
535 OwningObject->getSectionContents(SectionPimpl); in getContents()
H A DELF.h501 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
671 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
1038 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions()
1131 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
H A DELFObjectFile.h325 getSectionContents(DataRefImpl Sec) const override;
429 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes()
923 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
1040 ArrayRef<uint8_t> Content = cantFail(getSectionContents(Sec)); in section_rel_begin()
H A DMachO.h447 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
449 getSectionContents(DataRefImpl Sec) const override;
H A DWasm.h191 getSectionContents(DataRefImpl Sec) const override;
H A DCOFF.h1008 getSectionContents(DataRefImpl Sec) const override;
1134 Error getSectionContents(const coff_section *Sec,
H A DXCOFFObjectFile.h608 getSectionContents(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp442 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in crels()
453 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
767 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec); in decodeBBAddrMapImpl()
H A DCOFFObjectFile.cpp293 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
296 if (Error E = getSectionContents(Sec, Res)) in getSectionContents()
1225 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1961 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
H A DGOFFObjectFile.cpp461 GOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in GOFFObjectFile
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1713 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1724 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1734 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1739 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1744 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1749 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1770 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
/freebsd/contrib/llvm-project/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.cpp628 check(this->getObj().getSectionContents(sec)); in parse()
1400 ArrayRef<uint8_t> data = CHECK(obj.getSectionContents(*sec), this); in parseVerneed()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp88 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp178 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()

12