| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 359 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 D | ELFDump.cpp | 420 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersion()
|
| /freebsd-14.2/contrib/llvm-project/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 | 182 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
|
| H A D | ELFDumper.cpp | 2934 Obj.getSectionContents(Sec)) { in printAttributes() 3035 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3085 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3129 Obj.getSectionContents(*PltSec)) in findPLT() 3355 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo() 3460 Obj.getSectionContents(*StackMapSection); in printStackMap() 4541 Expected<ArrayRef<uint8_t>> Data = this->Obj.getSectionContents(S); in printSectionDetails() 6127 Expected<ArrayRef<uint8_t>> Contents = Obj.getSectionContents(Sec); in getMemtagGlobalsSectionContents() 6579 unwrapOrError(this->FileName, Obj.getSectionContents(Sec)); in printNonRelocatableStackSizes() 6833 Dumper.getElfObject().getELFFile().getSectionContents(*Sec); in getMipsAbiFlagsSection() [all …]
|
| H A D | ARMWinEHPrinter.cpp | 1032 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 1459 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 91 getSectionContents(DataRefImpl Sec) const override { in getSectionContents() function
|
| H A D | ObjectFile.h | 269 getSectionContents(DataRefImpl Sec) const = 0; 534 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
| H A D | ELF.h | 453 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const; 623 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function 990 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions() 1083 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
|
| H A D | MachO.h | 447 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 449 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | Wasm.h | 186 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 306 getSectionContents(DataRefImpl Sec) const override; 396 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() 885 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
|
| H A D | COFF.h | 1008 getSectionContents(DataRefImpl Sec) const override; 1134 Error getSectionContents(const coff_section *Sec,
|
| H A D | XCOFFObjectFile.h | 601 getSectionContents(DataRefImpl Sec) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 397 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas() 696 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec); in decodeBBAddrMapImpl()
|
| 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() 1239 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile 1979 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1681 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1692 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1702 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1707 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1712 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1717 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1738 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
|
| /freebsd-14.2/contrib/llvm-project/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 | 605 check(this->getObj().getSectionContents(sec)); in parse() 1342 ArrayRef<uint8_t> data = CHECK(obj.getSectionContents(*sec), this); in parseVerneed()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 88 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 178 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 703 cantFail(file->getCOFFObj()->getSectionContents(header, a)); in getContents()
|