/external/llvm/include/llvm/ExecutionEngine/ |
ObjectImage.h | 44 virtual object::section_iterator begin_sections() const = 0; 47 return iterator_range<object::section_iterator>(begin_sections(),
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
ObjectImageCommon.h | 63 object::section_iterator begin_sections() const override
|
RuntimeDyld.cpp | 186 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();
|
RuntimeDyldELF.cpp | 633 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections(); 660 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections(); [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | 334 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 [all...] |
ELFObjectFile.h | 492 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)); [all...] |
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 568 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(), 619 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(), [all...] |
ARMEHABIPrinter.h | 369 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();
|