Searched defs:Elf_Shdr_Iter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h53 typedef typename ELFFile<ELFT>::Elf_Shdr_Iter Elf_Shdr_Iter; typedef in class:llvm::object::ELFObjectFile
146 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const {
147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize,
151 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const {
407 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
430 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
439 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
470 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
519 Elf_Shdr_Iter EShd
[all...]
H A DELF.h140 typedef ELFEntityIterator<const Elf_Shdr> Elf_Shdr_Iter; typedef in class:llvm::object::ELFFile
141 typedef iterator_range<Elf_Shdr_Iter> Elf_Shdr_Range;
334 Elf_Shdr_Iter begin_sections() const;
335 Elf_Shdr_Iter end_sections() const;
763 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::begin_sections() const {
764 return Elf_Shdr_Iter(Header->e_shentsize,
769 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::end_sections() const {
770 return Elf_Shdr_Iter(Header->e_shentsize,

Completed in 55 milliseconds