Searched refs:end_sections (Results 1 – 19 of 19) sorted by relevance
53 virtual object::section_iterator end_sections() const in end_sections() function54 { return ObjFile->end_sections(); } in end_sections()
111 section_iterator si = obj->end_sections(); in loadObject()114 if (si == obj->end_sections()) continue; in loadObject()140 se = obj->end_sections(); si != se; si.increment(err)) { in loadObject()
414 se = Obj.end_sections(); si != se; si.increment(err)) { in findOPDEntrySection()457 section_iterator tsi(Obj.end_sections()); in findOPDEntrySection()634 section_iterator si(Obj.end_sections()); in processRelocationRef()636 if (si == Obj.end_sections()) in processRelocationRef()
242 se = Obj.end_sections(); in processRelocationRef()
116 e = o->end_sections(); i != e; in PrintObjectSectionSizes()158 e = o->end_sections(); i != e; in PrintObjectSectionSizes()194 e = o->end_sections(); i != e; in PrintObjectSectionSizes()
212 e = Obj->end_sections(); in DisassembleObject()399 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintRelocations()432 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintSectionHeaders()456 se = o->end_sections(); in PrintSectionContents()550 section_iterator Section = o->end_sections(); in PrintSymbolTable()591 else if (Section == o->end_sections()) in PrintSymbolTable()
244 SE = Obj->end_sections(); in printCOFFUnwindInfo()
214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) { in getSectionsAndSymbols()
40 virtual object::section_iterator end_sections() const = 0;
40 virtual section_iterator end_sections() const;
171 virtual section_iterator end_sections() const;
368 virtual section_iterator end_sections() const = 0;
715 virtual section_iterator end_sections() const;1219 Res = end_sections();2281 section_iterator ELFObjectFile<ELFT>::end_sections() const {
42 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
282 Result = end_sections(); in getSymbolSection()548 section_iterator COFFObjectFile::end_sections() const { in end_sections() function in COFFObjectFile
335 Res = end_sections(); in getSymbolSection()714 section_iterator MachOObjectFile::end_sections() const { in end_sections() function in llvm::object::MachOObjectFile984 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE; in printRelocationTargetName()
265 dump(obj, &dumpSection, obj->begin_sections(), obj->end_sections(), in main()
258 iter != Obj.end_sections(); iter.increment(ec)) { in yamlCOFFSections()
490 e = Obj->end_sections(); in DWARFContextInMemory()