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

/external/llvm/include/llvm/ExecutionEngine/
H A DObjectImage.h44 virtual object::section_iterator begin_sections() const = 0;
47 return iterator_range<object::section_iterator>(begin_sections(),
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h63 object::section_iterator begin_sections() const override
H A DRuntimeDyld.cpp186 for (section_iterator SI = Obj->begin_sections(), SE = Obj->end_sections();
244 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections();
330 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections();
H A DRuntimeDyldELF.cpp633 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections();
660 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections();
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h369 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections();
531 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections();
H A DELFDumper.cpp568 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
619 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
1011 for (ELFO::Elf_Shdr_Iter SI = Obj->begin_sections(), SE = Obj->end_sections();
/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
H A DELFObjectFile.h492 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.begin_sections().get());
502 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.begin_sections().get());
806 return section_iterator(SectionRef(toDRI(EF.begin_sections()), this));

Completed in 248 milliseconds