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() 395 if (error(Obj->getSectionContents(Pdata, Contents))) in getPDataSection() 500 if (error(getSectionContents( in printRuntimeFunctionRels()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty()) in printRuntimeFunction() 311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty()) in printData()
|
D | ARMEHABIPrinter.h | 395 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() 462 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable()
|
D | ARMWinEHPrinter.cpp | 520 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 708 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
|
D | ELFDumper.cpp | 610 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section)); in printSections() 1020 ErrorOr<ArrayRef<uint8_t> > Contents = Obj->getSectionContents(&(*SI)); in printAttributes() 1074 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(&GOTShdr); in parseGOT()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 277 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() 295 auto sectionContents = Obj.getSectionContents(Shdr); in dumpGroup()
|
D | coff2yaml.cpp | 115 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 228 virtual std::error_code getSectionContents(DataRefImpl Sec, 396 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
|
D | COFF.h | 598 std::error_code getSectionContents(DataRefImpl Sec, 711 std::error_code getSectionContents(const coff_section *Sec,
|
D | ELF.h | 422 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
|
D | ELFObjectFile.h | 97 std::error_code getSectionContents(DataRefImpl Sec, 458 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
|
D | MachO.h | 221 std::error_code getSectionContents(DataRefImpl Sec,
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 338 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile 342 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents() 991 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 569 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
|