Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp193 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
202 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
461 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection()
565 error(getSectionContents( in printRuntimeFunctionRels()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp293 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction()
315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
H A DARMEHABIPrinter.h434 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT); in PrintExceptionTable()
501 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT); in PrintIndexTable()
H A DDwarfCFIEHPrinter.h180 auto Result = Obj->getSectionContents(EHFrameShdr); in printEHFrame()
H A DELFDumper.cpp2018 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes()
2100 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2154 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2178 unwrapOrError(Obj->getSectionContents(PltSec)); in MipsGOTParser()
2384 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags()
2430 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo()
2451 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions()
2486 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
4352 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSectionHeaders()
4529 Obj->getSectionContents(this->dumper()->getDotAddrsigSec())); in printAddrsig()
[all …]
H A DARMWinEHPrinter.cpp815 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
1085 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1046 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1055 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1063 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1066 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1069 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1072 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
1087 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h242 virtual std::error_code getSectionContents(DataRefImpl Sec,
431 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
H A DELF.h265 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const;
377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
H A DWasm.h177 std::error_code getSectionContents(DataRefImpl Sec,
H A DELFObjectFile.h255 std::error_code getSectionContents(DataRefImpl Sec,
392 auto ErrorOrContents = EF.getSectionContents(&Sec); in getBuildAttributes()
689 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
H A DCOFF.h906 std::error_code getSectionContents(DataRefImpl Sec,
1039 std::error_code getSectionContents(const coff_section *Sec,
H A DMachO.h304 std::error_code getSectionContents(DataRefImpl Sec,
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp70 if (auto EC = COFFObj.getSectionContents(Sec, S.Contents)) in readSections()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp52 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &File, in getSectionContents() function
56 return check(File.getObj().getSectionContents(&Hdr)); in getSectionContents()
130 getSectionContents(File, Hdr), Name, SectionKind) { in InputSectionBase()
H A DInputFiles.cpp617 ArrayRef<uint8_t> Contents = check(this->getObj().getSectionContents(&Sec)); in createInputSection()
H A DDriver.cpp1340 check(Obj->getObj().getSectionContents(Obj->AddrsigSec)); in findKeepUniqueSections()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp351 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
H A DCOFFObjectFile.cpp297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile
301 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents()
1123 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
H A DWasmObjectFile.cpp1323 std::error_code WasmObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in WasmObjectFile
H A DMachOObjectFile.cpp1910 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp168 COFFObj->getSectionContents(Sec, Data); in readSection()
H A DChunks.cpp592 File->getCOFFObj()->getSectionContents(Header, A); in getContents()
H A DDriver.cpp828 Obj->getCOFFObj()->getSectionContents(Obj->AddrsigSec, Contents); in findKeepUniqueSections()