Searched refs:getSectionContents (Results 1 - 9 of 9) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 192 static error_code getSectionContents(const COFFObjectFile *Obj, function 202 if (error_code ec = Obj->getSectionContents(Section, Contents)) return ec; 266 if (error(Obj->getSectionContents(Pdata, Contents))) continue; 298 if (error(getSectionContents(Obj, Rels, SectionOffset +
|
/external/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 66 Obj.getSectionContents(Sect, sectionData);
|
/external/llvm/include/llvm/Object/ |
H A D | COFF.h | 230 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 301 error_code getSectionContents(const coff_section *Sec,
|
H A D | ObjectFile.h | 312 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0; 490 return OwningObject->getSectionContents(SectionPimpl, Result);
|
H A D | MachO.h | 82 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
|
H A D | ELF.h | 694 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 814 virtual error_code getSectionContents(const Elf_Shdr *sec, 1314 error_code ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile 1323 error_code ELFObjectFile<ELFT>::getSectionContents(const Elf_Shdr *Sec, function in class:llvm::object::ELFObjectFile
|
/external/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 81 error_code getSectionContents( 502 error_code COFFDumper::getSectionContents( function in class:COFFDumper 513 if (error_code EC = Obj->getSectionContents(Section, Contents)) 956 if (error(Obj->getSectionContents(PData, Contents)) || 992 if (error(Obj->getSectionContents(XData, XContents)) || XContents.empty())
|
/external/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 328 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, function in class:COFFObjectFile 332 error_code EC = getSectionContents(sec, Res); 723 error_code COFFObjectFile::getSectionContents(const coff_section *Sec, function in class:COFFObjectFile
|
H A D | MachOObjectFile.cpp | 708 MachOObjectFile::getSectionContents(DataRefImpl Sec, StringRef &Res) const { function in class:llvm::object::MachOObjectFile
|
Completed in 829 milliseconds