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

/external/llvm/include/llvm/Object/
H A DELF.h334 Elf_Shdr_Iter begin_sections() const;
337 return make_range(begin_sections(), end_sections());
763 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::begin_sections() const { function in class:llvm::object::ELFFile

Completed in 254 milliseconds