Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp808 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
841 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
885 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
926 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
1124 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1174 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1210 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
1251 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpGnuHashSection()
1310 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerdefSection()
1379 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerneedSection()
[all …]
H A Dcoff2yaml.cpp122 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()
181 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
H A Dmacho2yaml.cpp91 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in constructSectionCommon()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp195 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
204 return Obj->getSectionContents(Section, Contents); in getSectionContents()
463 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()
581 if (Error E = getSectionContents( in printRuntimeFunctionRels()
H A DELFDump.cpp348 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersionInfo()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp340 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction()
367 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.cpp2586 Obj.getSectionContents(Sec)) { in printAttributes()
2693 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2743 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
2787 Obj.getSectionContents(*PltSec)) in findPLT()
3013 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3079 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3118 Obj.getSectionContents(*StackMapSection); in printStackMap()
4728 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection()
5852 unwrapOrError(this->FileName, Obj.getSectionContents(Sec)); in printNonRelocatableStackSizes()
6125 Dumper.getElfObject().getELFFile().getSectionContents(*Sec); in getMipsAbiFlagsSection()
[all …]
H A DARMWinEHPrinter.cpp908 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
1276 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h265 getSectionContents(DataRefImpl Sec) const = 0;
461 OwningObject->getSectionContents(SectionPimpl); in getContents()
H A DELF.h393 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr &Sec) const;
544 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
877 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDefinitions()
970 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in getVersionDependencies()
H A DMachO.h300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;
302 getSectionContents(DataRefImpl Sec) const override;
H A DELFObjectFile.h283 getSectionContents(DataRefImpl Sec) const override;
373 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes()
840 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
H A DWasm.h186 getSectionContents(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h291 getSectionContents(DataRefImpl Sec) const override;
H A DCOFF.h955 getSectionContents(DataRefImpl Sec) const override;
1077 Error getSectionContents(const coff_section *Sec,
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp380 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
618 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()
1124 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
1855 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
H A DXCOFFObjectFile.cpp275 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1957 ArrayRef<uint8_t> MachOObjectFile::getSectionContents(uint32_t Offset, in getSectionContents() function in MachOObjectFile
1963 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in MachOObjectFile
1977 return getSectionContents(Offset, Size); in getSectionContents()
H A DWasmObjectFile.cpp1653 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in WasmObjectFile
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1677 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1688 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1698 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1703 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1708 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1713 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1730 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp91 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()