Lines Matching refs:section_iterator
187 llvm::object::section_iterator const &I, in SectionFilterIterator()
188 llvm::object::section_iterator const &E) in SectionFilterIterator()
209 llvm::object::section_iterator Iterator;
210 llvm::object::section_iterator End;
426 ErrorOr<section_iterator> SymSI = SI->getSection(); in getRelocationValueString()
573 section_iterator SI = O->section_begin(); in printRelocationTargetName()
861 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()
880 ErrorOr<section_iterator> SectionOrErr = Symbol.getSection(); in DisassembleObject()
882 section_iterator SecI = *SectionOrErr; in DisassembleObject()
1263 ErrorOr<section_iterator> SectionOrErr = Symbol.getSection(); in PrintSymbolTable()
1265 section_iterator Section = *SectionOrErr; in PrintSymbolTable()