Lines Matching refs:section_iterator
199 llvm::object::section_iterator const &I, in SectionFilterIterator()
200 llvm::object::section_iterator const &E) in SectionFilterIterator()
221 llvm::object::section_iterator Iterator;
222 llvm::object::section_iterator End;
535 Expected<section_iterator> SymSI = SI->getSection(); in getRelocationValueString()
710 section_iterator SI = O->section_begin(); in printRelocationTargetName()
996 section_iterator Sec2 = Section.getRelocatedSection(); in DisassembleObject()
1015 Expected<section_iterator> SectionOrErr = Symbol.getSection(); in DisassembleObject()
1017 section_iterator SecI = *SectionOrErr; in DisassembleObject()
1412 Expected<section_iterator> SectionOrErr = Symbol.getSection(); in PrintSymbolTable()
1414 section_iterator Section = *SectionOrErr; in PrintSymbolTable()