/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 191 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function 200 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents() 459 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection() 563 error(getSectionContents( in printRuntimeFunctionRels()
|
/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/swiftshader/third_party/llvm-7.0/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 | 434 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() 501 Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT); in PrintIndexTable()
|
D | DwarfCFIEHPrinter.h | 176 auto Result = Obj->getSectionContents(EHFrameShdr); in printEHFrame()
|
D | ARMWinEHPrinter.cpp | 516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
D | ELFDumper.cpp | 1975 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes() 2057 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser() 2111 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser() 2135 unwrapOrError(Obj->getSectionContents(PltSec)); in MipsGOTParser() 2339 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags() 2384 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo() 2404 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions() 2438 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap() 4199 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSections() 4376 Obj->getSectionContents(this->dumper()->getDotAddrsigSec())); in printAddrsig() [all …]
|
/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()
|
D | ELFDumper.cpp | 1858 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes() 1979 ArrayRef<uint8_t> GOT = unwrapOrError(Obj->getSectionContents(GOTShdr)); in parseGOT() 2044 ArrayRef<uint8_t> PLT = unwrapOrError(Obj->getSectionContents(PLTShdr)); in parsePLT() 2252 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags() 2297 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo() 2317 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions() 2352 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap() 3387 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.cpp | 791 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 800 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 808 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 811 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 814 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 817 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection() 832 Data = unwrapOrError(ElfFile.getSectionContents(&Shdr)); in makeSection()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() 368 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup() 405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
|
D | coff2yaml.cpp | 116 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 125 Obj.getSectionContents(COFFSection, sectionData); in initializeFileAndStringTable() 168 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
|
D | elf2yaml.cpp | 421 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() 461 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup() 498 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags()
|
/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 | 207 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 243 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0; 382 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
D | MachO.h | 56 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
|
D | COFF.h | 109 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 230 virtual std::error_code getSectionContents(DataRefImpl Sec, 417 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
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
|
D | ELFObjectFile.h | 253 std::error_code getSectionContents(DataRefImpl Sec, 387 auto ErrorOrContents = EF.getSectionContents(&Sec); in getBuildAttributes() 684 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
|
D | Wasm.h | 168 std::error_code getSectionContents(DataRefImpl Sec,
|