Searched refs:getSectionContents (Results 1 - 14 of 14) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 196 getSectionContents(const COFFObjectFile *Obj, function 205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) 391 error(Obj->getSectionContents(Pdata, Contents)); 495 error(getSectionContents(
|
/external/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 287 error(Ctx.COFF.getSectionContents(XData, Contents)); 309 error(Ctx.COFF.getSectionContents(PData, Contents));
|
H A D | ARMEHABIPrinter.h | 407 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); 474 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
|
H A D | ELFDumper.cpp | 1130 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(&Sec)); 1671 ErrorOr<ArrayRef<uint8_t>> Contents = Obj->getSectionContents(&Sec); 1781 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(GOTShdr); 1872 ErrorOr<ArrayRef<uint8_t>> PLT = Obj->getSectionContents(PLTShdr); 2088 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr); 2126 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr); 2162 Obj->getSectionContents(StackMapSection);
|
H A D | ARMWinEHPrinter.cpp | 513 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) 715 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
|
/external/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); 368 auto sectionContents = Obj.getSectionContents(Shdr); 405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
|
H A D | coff2yaml.cpp | 115 Obj.getSectionContents(COFFSection, sectionData);
|
/external/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 214 virtual std::error_code getSectionContents(DataRefImpl Sec, 374 return OwningObject->getSectionContents(SectionPimpl, Result);
|
H A D | ELF.h | 216 ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const; 266 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
|
H A D | COFF.h | 662 std::error_code getSectionContents(DataRefImpl Sec, 773 std::error_code getSectionContents(const coff_section *Sec,
|
H A D | MachO.h | 222 std::error_code getSectionContents(DataRefImpl Sec,
|
H A D | ELFObjectFile.h | 218 std::error_code getSectionContents(DataRefImpl Sec, 566 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
|
/external/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 282 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, function in class:COFFObjectFile 286 std::error_code EC = getSectionContents(Sec, Res); 948 COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
|
H A D | MachOObjectFile.cpp | 517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, function in class:MachOObjectFile
|
Completed in 255 milliseconds