/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/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/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/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
|
D | COFF.h | 735 std::error_code getSectionContents(DataRefImpl Sec, 857 std::error_code getSectionContents(const coff_section *Sec,
|
D | ELFObjectFile.h | 227 std::error_code getSectionContents(DataRefImpl Sec, 585 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
|
D | MachO.h | 222 std::error_code getSectionContents(DataRefImpl Sec,
|
/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/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 281 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile 285 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents() 1033 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 643 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 340 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 692 ::getSectionContents(DataRefImpl Sec, in getSectionContents() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 398 error_code MachOObjectFile::getSectionContents(DataRefImpl DRI, in getSectionContents() function in llvm::object::MachOObjectFile
|