Home
last modified time | relevance | path

Searched refs:end_sections (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DObjectImage.h45 virtual object::section_iterator end_sections() const = 0;
48 end_sections()); in sections()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp162 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()
DObjectImageCommon.h65 object::section_iterator end_sections() const override in end_sections() function
DRuntimeDyldELF.cpp633 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/
DELF.h335 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
DELFObjectFile.h811 return section_iterator(SectionRef(toDRI(EF.end_sections()), this)); in section_end()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h369 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()
DELFDumper.cpp569 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()