| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 377 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function 386 return Obj->getSectionContents(Section, Contents); in getSectionContents() 627 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection() 745 if (Error E = getSectionContents( in printRuntimeFunctionRels()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 401 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction() 428 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 | 2973 Obj.getSectionContents(Sec)) { in printAttributes() 3074 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3124 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3168 Obj.getSectionContents(*PltSec)) in findPLT() 3394 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo() 3460 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions() 3499 Obj.getSectionContents(*StackMapSection); in printStackMap() 3981 this->Obj.getSectionContents(Sec); in printRelocations() 4028 cantFail(this->Obj.getSectionContents(Sec)))); in printRelocations() 4685 Expected<ArrayRef<uint8_t>> Data = this->Obj.getSectionContents(S); in printSectionDetails() [all …]
|
| H A D | ARMWinEHPrinter.cpp | 1085 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 1512 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 98 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | ObjectFile.h | 270 getSectionContents(DataRefImpl Sec) const = 0; 536 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
| H A D | ELF.h | 507 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const; 677 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function 1044 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions() 1137 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
|
| H A D | ELFObjectFile.h | 328 getSectionContents(DataRefImpl Sec) const override; 435 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() 929 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function 1045 ArrayRef<uint8_t> Content = cantFail(getSectionContents(Sec)); in section_rel_begin()
|
| H A D | MachO.h | 452 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 454 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | Wasm.h | 192 getSectionContents(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 1062 getSectionContents(DataRefImpl Sec) const override; 1192 Error getSectionContents(const coff_section *Sec,
|
| H A D | XCOFFObjectFile.h | 615 getSectionContents(DataRefImpl Sec) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 444 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in crels() 455 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas() 781 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec); in decodeBBAddrMapImpl()
|
| H A D | COFFObjectFile.cpp | 293 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile 296 if (Error E = getSectionContents(Sec, Res)) in getSectionContents() 831 if (Error E = getSectionContents(*Section, Contents)) in initDynamicRelocPtr() 1298 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile 2372 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
|
| H A D | GOFFObjectFile.cpp | 461 GOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in GOFFObjectFile
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1710 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1721 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1731 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1736 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1741 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1746 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1767 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 47 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function 51 return check(file.getObj().getSectionContents(hdr)); in getSectionContents() 103 getSectionContents(file, hdr), sectionKind) { in InputSectionBase()
|
| H A D | InputFiles.cpp | 616 check(this->getObj().getSectionContents(sec)); in parse() 1420 ArrayRef<uint8_t> data = CHECK2(obj.getSectionContents(*sec), this); in parseVerneed()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 87 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 172 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 732 cantFail(file->getCOFFObj()->getSectionContents(header, a)); in getContents()
|