Lines Matching defs:SecI
1171 section_iterator SecI =
1173 if (SecI == Obj.section_end())
1176 AllSymbols[*SecI].emplace_back(Address, Name, SymbolType);
1196 for (auto SecI : Obj.sections()) {
1197 const WasmSection &Section = Obj.getWasmSection(SecI);
1199 return SecI;
1723 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName);
1724 if (SecI != Obj.section_end()) {
1725 uint64_t SectionAddr = SecI->getAddress();
1730 AllMappingSymbols[*SecI].emplace_back(Address - SectionAddr,
1732 AllSymbols[*SecI].push_back(
1757 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName);
1758 if (SecI != Obj.section_end())
1759 AllSymbols[*SecI].push_back(createSymbolInfo(Obj, Symbol));