OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionContents
(Results
1 - 9
of
9
) sorted by null
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
192
static error_code
getSectionContents
(const COFFObjectFile *Obj,
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/
coff2yaml.cpp
66
Obj.
getSectionContents
(Sect, sectionData);
/external/llvm/include/llvm/Object/
COFF.h
230
virtual error_code
getSectionContents
(DataRefImpl Sec, StringRef &Res) const;
301
error_code
getSectionContents
(const coff_section *Sec,
ObjectFile.h
312
virtual error_code
getSectionContents
(DataRefImpl Sec, StringRef &Res)const=0;
490
return OwningObject->
getSectionContents
(SectionPimpl, Result);
MachO.h
82
virtual error_code
getSectionContents
(DataRefImpl Sec, StringRef &Res) const;
ELF.h
694
virtual error_code
getSectionContents
(DataRefImpl Sec, StringRef &Res) const;
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
81
error_code
getSectionContents
(
502
error_code COFFDumper::
getSectionContents
(
513
if (error_code EC = Obj->
getSectionContents
(Section, Contents))
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
328
error_code COFFObjectFile::
getSectionContents
(DataRefImpl Sec,
332
error_code EC =
getSectionContents
(sec, Res);
723
error_code COFFObjectFile::
getSectionContents
(const coff_section *Sec,
MachOObjectFile.cpp
708
MachOObjectFile::
getSectionContents
(DataRefImpl Sec, StringRef &Res) const {
[
all
...]
Completed in 37 milliseconds