Searched refs:SecIter (Results 1 – 2 of 2) sorted by relevance
964 section_iterator SecIter = cantFail(I->getSection()); in getSymbolNMTypeChar() local966 if (SecIter == Obj.section_end()) in getSymbolNMTypeChar()969 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()972 if (SecIter->isText()) in getSymbolNMTypeChar()975 if (SecIter->isData()) in getSymbolNMTypeChar()978 if (SecIter->isBSS()) in getSymbolNMTypeChar()1702 section_iterator SecIter = *SymSecOrErr; in getXCOFFExports() local1704 if (SecIter == XCOFFObj->section_end()) in getXCOFFExports()1706 if (!(SecIter->isText() || SecIter->isData() || SecIter->isBSS())) in getXCOFFExports()
2277 section_iterator SecIter = cantFail(Section.getRelocatedSection()); in readRelocations() local2278 assert(SecIter != InputFile->section_end() && "relocated section expected"); in readRelocations()2279 SectionRef RelocatedSection = *SecIter; in readRelocations()