Searched defs:SecI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp702 section_iterator SecI = Obj.section_end(); local
703 if (error(SymI->getSection(SecI)))
705 const coff_section *Section = Obj.getCOFFSection(*SecI);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp266 section_iterator SecI = SecEnd; local
267 if (std::error_code EC = SymbI->getSection(SecI))
271 if (SecI == SecEnd)
274 if (!sectionContainsSymbol(SecI->getRawDataRefImpl(), Ref))

Completed in 130 milliseconds