/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 808 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 D | coff2yaml.cpp | 122 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable() 181 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
|
H A D | macho2yaml.cpp | 91 yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size)); in constructSectionCommon()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 195 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 D | ELFDump.cpp | 348 unwrapOrError(Elf.getSectionContents(Shdr), FileName); in printSymbolVersionInfo()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 340 if (Error E = Ctx.COFF.getSectionContents(XData, Contents)) in printRuntimeFunction() 367 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 | 2586 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 D | ARMWinEHPrinter.cpp | 908 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 D | ObjectFile.h | 265 getSectionContents(DataRefImpl Sec) const = 0; 461 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
H A D | ELF.h | 393 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 D | MachO.h | 300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 302 getSectionContents(DataRefImpl Sec) const override;
|
H A D | ELFObjectFile.h | 283 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 D | Wasm.h | 186 getSectionContents(DataRefImpl Sec) const override;
|
H A D | XCOFFObjectFile.h | 291 getSectionContents(DataRefImpl Sec) const override;
|
H A D | COFF.h | 955 getSectionContents(DataRefImpl Sec) const override; 1077 Error getSectionContents(const coff_section *Sec,
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 380 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in android_relas() 618 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); in decodeBBAddrMap()
|
H A D | COFFObjectFile.cpp | 294 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 D | XCOFFObjectFile.cpp | 275 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in llvm::object::XCOFFObjectFile
|
H A D | MachOObjectFile.cpp | 1957 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 D | WasmObjectFile.cpp | 1653 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in WasmObjectFile
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Reader.cpp | 69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 1677 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 D | MachOReader.cpp | 91 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections()
|