/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 819 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection() 852 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection() 896 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection() 937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection() 968 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection() 995 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection() 1119 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection() 1135 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection() 1185 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection() 1221 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection() [all …]
|
D | coff2yaml.cpp | 122 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable() 181 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 196 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function 205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents() 464 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection() 568 error(getSectionContents( in printRuntimeFunctionRels()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 195 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function 204 return Obj->getSectionContents(Section, Contents); in getSectionContents() 464 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection() 582 if (Error E = getSectionContents( in printRuntimeFunctionRels()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 293 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction() 315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
|
D | ARMEHABIPrinter.h | 415 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() 482 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable()
|
D | ARMWinEHPrinter.cpp | 516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
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()
|
D | DwarfCFIEHPrinter.h | 183 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
|
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()
|
D | ELFDumper.cpp | 544 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDefinitions() 632 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDependencies() 2901 Obj.getSectionContents(Sec)) { in printAttributes() 3008 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3058 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT() 3102 Obj.getSectionContents(*PltSec)) in findPLT() 3328 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo() 3394 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions() 3433 Obj.getSectionContents(*StackMapSection); in printStackMap() 4997 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection() [all …]
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 334 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() 371 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup() 408 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
|
D | coff2yaml.cpp | 116 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 216 virtual std::error_code getSectionContents(DataRefImpl Sec, 380 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
D | ELF.h | 203 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 260 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 263 getSectionContents(DataRefImpl Sec) const = 0; 452 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
D | MachO.h | 300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 302 getSectionContents(DataRefImpl Sec) const override;
|
D | XCOFFObjectFile.h | 269 getSectionContents(DataRefImpl Sec) const override;
|
D | ELF.h | 301 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const; 427 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 265 getSectionContents(DataRefImpl Sec) const = 0; 461 OwningObject->getSectionContents(SectionPimpl); in getContents()
|
D | MachO.h | 300 ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const; 302 getSectionContents(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | Reader.cpp | 69 if (Error E = COFFObj.getSectionContents(Sec, Contents)) in readSections()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 1669 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1680 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1690 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1695 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1700 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1705 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1722 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 296 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile 299 if (Error E = getSectionContents(Sec, Res)) in getSectionContents() 1099 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile 1834 if (Error E = Obj->getSectionContents(Section, Contents)) in getContents()
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 292 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile 295 if (Error E = getSectionContents(Sec, Res)) in getSectionContents() 1121 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile 1852 if (Error E = Obj->getSectionContents(*Section, Contents)) in getContents()
|