Searched refs:end_sections (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/ |
D | ObjectImage.h | 45 virtual object::section_iterator end_sections() const = 0; 48 end_sections()); in sections()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 162 section_iterator SI = Obj->end_sections(); in loadObject() 165 if (SI == Obj->end_sections()) in loadObject() 186 for (section_iterator SI = Obj->begin_sections(), SE = Obj->end_sections(); in loadObject() 244 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections(); in computeTotalAllocSize() 330 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections(); in computeSectionStubBufSize()
|
D | ObjectImageCommon.h | 65 object::section_iterator end_sections() const override in end_sections() function
|
D | RuntimeDyldELF.cpp | 633 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections(); in findPPC64TOCSection() 660 for (section_iterator si = Obj.begin_sections(), se = Obj.end_sections(); in findOPDEntrySection() 663 if (RelSecI == Obj.end_sections()) in findOPDEntrySection() 705 section_iterator tsi(Obj.end_sections()); in findOPDEntrySection() 985 section_iterator si(Obj.end_sections()); in processRelocationRef() 987 if (si == Obj.end_sections()) in processRelocationRef()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 335 Elf_Shdr_Iter end_sections() const; 337 return make_range(begin_sections(), end_sections()); in sections() 769 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::end_sections() const { in end_sections() function
|
D | ELFObjectFile.h | 811 return section_iterator(SectionRef(toDRI(EF.end_sections()), this)); in section_end()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 369 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections(); in FindExceptionTable() 531 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections(); in PrintUnwindInformation()
|
D | ELFDumper.cpp | 569 SecE = Obj->end_sections(); in printSections() 620 SecE = Obj->end_sections(); in printRelocations() 1011 for (ELFO::Elf_Shdr_Iter SI = Obj->begin_sections(), SE = Obj->end_sections(); in printAttributes()
|