| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 193 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 D | Win64EHDumper.cpp | 293 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction() 315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
|
| H A D | ARMEHABIPrinter.h | 434 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() 501 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT); in PrintIndexTable()
|
| H A D | DwarfCFIEHPrinter.h | 180 auto Result = Obj->getSectionContents(EHFrameShdr); in printEHFrame()
|
| H A D | ELFDumper.cpp | 2018 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 D | ARMWinEHPrinter.cpp | 815 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 D | Object.cpp | 1046 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 D | ObjectFile.h | 242 virtual std::error_code getSectionContents(DataRefImpl Sec, 431 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
| H A D | ELF.h | 265 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const; 377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
| H A D | Wasm.h | 177 std::error_code getSectionContents(DataRefImpl Sec,
|
| H A D | ELFObjectFile.h | 255 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 D | COFF.h | 906 std::error_code getSectionContents(DataRefImpl Sec, 1039 std::error_code getSectionContents(const coff_section *Sec,
|
| H A D | MachO.h | 304 std::error_code getSectionContents(DataRefImpl Sec,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Reader.cpp | 70 if (auto EC = COFFObj.getSectionContents(Sec, S.Contents)) in readSections()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputSection.cpp | 52 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 D | InputFiles.cpp | 617 ArrayRef<uint8_t> Contents = check(this->getObj().getSectionContents(&Sec)); in createInputSection()
|
| H A D | Driver.cpp | 1340 check(Obj->getObj().getSectionContents(Obj->AddrsigSec)); in findKeepUniqueSections()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 351 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas()
|
| H A D | COFFObjectFile.cpp | 297 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 D | WasmObjectFile.cpp | 1323 std::error_code WasmObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 1910 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | InputFiles.cpp | 168 COFFObj->getSectionContents(Sec, Data); in readSection()
|
| H A D | Chunks.cpp | 592 File->getCOFFObj()->getSectionContents(Header, A); in getContents()
|
| H A D | Driver.cpp | 828 Obj->getCOFFObj()->getSectionContents(Obj->AddrsigSec, Contents); in findKeepUniqueSections()
|