Searched refs:getSectionContents (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp29 XCOFFObj.getSectionContents(SectionDRI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h91 getSectionContents(DataRefImpl Sec) const override {
H A DObjectFile.h269 getSectionContents(DataRefImpl Sec) const = 0;
534 OwningObject->getSectionContents(SectionPimpl);
H A DELF.h453 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
623 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { function in class:llvm::object::ELFFile
990 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);
1083 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);
H A DWasm.h186 getSectionContents(DataRefImpl Sec) const override;
H A DMachO.h447 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
449 getSectionContents(DataRefImpl Sec) const override;
H A DELFObjectFile.h306 getSectionContents(DataRefImpl Sec) const override;
396 auto ErrorOrContents = EF.getSectionContents(Sec);
885 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h1008 getSectionContents(DataRefImpl Sec) const override;
1134 Error getSectionContents(const coff_section *Sec,
H A DXCOFFObjectFile.h601 getSectionContents(DataRefImpl Sec) const override;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp379 if (Error E = Ctx.COFF.getSectionContents(XData, Contents))
406 if (Error E = Ctx.COFF.getSectionContents(PData, Contents))
H A DDwarfCFIEHPrinter.h182 ObjF.getELFFile().getSectionContents(*EHFrameShdr);
H A DARMEHABIPrinter.h450 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(EHT);
522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT);
H A DELFDumper.cpp2934 Obj.getSectionContents(Sec)) {
3035 unwrapOrError(FileName, Obj.getSectionContents(*GotSec));
3085 unwrapOrError(FileName, Obj.getSectionContents(*GotSec));
3129 Obj.getSectionContents(*PltSec))
3355 Obj.getSectionContents(*RegInfoSec);
3421 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts));
3460 Obj.getSectionContents(*StackMapSection);
4541 Expected<ArrayRef<uint8_t>> Data = this->Obj.getSectionContents(S);
5096 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec);
6127 Expected<ArrayRef<uint8_t>> Contents = Obj.getSectionContents(Se
[all...]
H A DARMWinEHPrinter.cpp1032 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
1459 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents))
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp359 getSectionContents(const COFFObjectFile *Obj, function
368 return Obj->getSectionContents(Section, Contents);
609 if (Error E = Obj->getSectionContents(Pdata, Contents))
727 if (Error E = getSectionContents(
H A DELFDump.cpp420 unwrapOrError(Elf.getSectionContents(Shdr), FileName);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp397 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec);
696 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec);
H A DCOFFObjectFile.cpp294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { function in class:COFFObjectFile
297 if (Error E = getSectionContents(Sec, Res))
1239 Error COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
1979 if (Error E = Obj->getSectionContents(*Section, Contents))
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1681 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1692 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1702 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1707 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1712 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1717 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr))
1738 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, function
49 return check(file.getObj().getSectionContents(hdr));
95 hdr.sh_addralign, getSectionContents(file, hdr), name,
H A DInputFiles.cpp605 check(this->getObj().getSectionContents(sec));
1342 ArrayRef<uint8_t> data = CHECK(obj.getSectionContents(*sec), this);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp178 if (auto Err = Obj.getSectionContents(*Sec, Data))
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp88 MachOObj.getSectionContents(SecRef->getRawDataRefImpl());
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1172 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents));
1217 obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents));

Completed in 394 milliseconds

12