Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp849 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
882 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
939 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
980 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
1011 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection()
1038 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection()
1152 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection()
1168 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1218 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1254 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
[all …]
H A Dcoff2yaml.cpp124 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()
183 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
H A Dxcoff2yaml.cpp84 Obj.getSectionContents(SectionDRI); in dumpSections()
H A Dmacho2yaml.cpp97 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in constructSectionCommon()
190 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in extractSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp352 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
361 return Obj->getSectionContents(Section, Contents); in getSectionContents()
599 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()
717 if (Error E = getSectionContents( in printRuntimeFunctionRels()
H A DELFDump.cpp362 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersionInfo()
/openbsd-src/gnu/llvm/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.h183 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
H A DELFDumper.cpp2695 Obj.getSectionContents(Sec)) { in printAttributes()
2796 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2846 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2890 Obj.getSectionContents(*PltSec)) in findPLT()
3116 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3182 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3221 Obj.getSectionContents(*StackMapSection); in printStackMap()
4201 Expected<ArrayRef<uint8_t>> Data = this->Obj.getSectionContents(S); in printSectionDetails()
4906 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection()
5866 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Shdr); in printDependentLibsHelper()
[all …]
H A DARMWinEHPrinter.cpp1024 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
1451 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h268 getSectionContents(DataRefImpl Sec) const = 0;
478 OwningObject->getSectionContents(SectionPimpl); in getContents()
H A DELF.h392 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
544 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
911 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions()
1004 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
H A DMachO.h446 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
448 getSectionContents(DataRefImpl Sec) const override;
H A DWasm.h183 getSectionContents(DataRefImpl Sec) const override;
H A DELFObjectFile.h296 getSectionContents(DataRefImpl Sec) const override;
386 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes()
860 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
H A DCOFF.h948 getSectionContents(DataRefImpl Sec) const override;
1072 Error getSectionContents(const coff_section *Sec,
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELF.cpp389 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
644 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in decodeBBAddrMap()
H A DCOFFObjectFile.cpp294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
297 if (Error E = getSectionContents(Sec, Res)) in getSectionContents()
1188 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1926 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1666 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1677 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1687 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1692 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1697 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1702 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1719 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp44 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function
48 return check(file.getObj().getSectionContents(hdr)); in getSectionContents()
94 hdr.sh_addralign, getSectionContents(file, hdr), name, in InputSectionBase()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp86 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp168 if (auto Err = Obj.getSectionContents(*Sec, Data)) in graphifySections()

12