HomeSort by relevance Sort by last modified time
    Searched refs:end_sections (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 45 virtual object::section_iterator end_sections() const = 0;
48 end_sections());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 65 object::section_iterator end_sections() const override
RuntimeDyld.cpp 162 section_iterator SI = Obj->end_sections();
165 if (SI == Obj->end_sections())
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();
663 if (RelSecI == Obj.end_sections())
705 section_iterator tsi(Obj.end_sections());
    [all...]
  /external/llvm/tools/llvm-readobj/
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();
ELFDumper.cpp 569 SecE = Obj->end_sections();
620 SecE = Obj->end_sections();
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 335 Elf_Shdr_Iter end_sections() const;
337 return make_range(begin_sections(), end_sections());
769 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::end_sections() const { function in class:llvm::object::ELFFile
    [all...]
ELFObjectFile.h 811 return section_iterator(SectionRef(toDRI(EF.end_sections()), this));
    [all...]

Completed in 83 milliseconds