Searched refs:getSectionContents (Results 1 – 14 of 14) sorted by relevance
/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() 391 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection() 495 error(getSectionContents( in printRuntimeFunctionRels()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 287 error(Ctx.COFF.getSectionContents(XData, Contents)); in printRuntimeFunction() 309 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()
|
D | ELFDumper.cpp | 1130 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(&Sec)); in printSections() 1671 ErrorOr<ArrayRef<uint8_t>> Contents = Obj->getSectionContents(&Sec); in printAttributes() 1781 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(GOTShdr); in parseGOT() 1872 ErrorOr<ArrayRef<uint8_t>> PLT = Obj->getSectionContents(PLTShdr); in parsePLT() 2088 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr); in printMipsABIFlags() 2126 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr); in printMipsReginfo() 2162 Obj->getSectionContents(StackMapSection); in printStackMap()
|
D | ARMEHABIPrinter.h | 407 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() 474 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable()
|
D | ARMWinEHPrinter.cpp | 513 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 715 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
/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 | 115 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 214 virtual std::error_code getSectionContents(DataRefImpl Sec, 374 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
D | ELF.h | 216 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 266 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
D | COFF.h | 662 std::error_code getSectionContents(DataRefImpl Sec, 773 std::error_code getSectionContents(const coff_section *Sec,
|
D | ELFObjectFile.h | 218 std::error_code getSectionContents(DataRefImpl Sec, 566 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
|
D | MachO.h | 222 std::error_code getSectionContents(DataRefImpl Sec,
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 282 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile 286 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents() 948 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
|