Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:SecI

1017     section_iterator SecI = *SectionOrErr;
1018 if (SecI == Obj->section_end())
1021 AllSymbols[*SecI].emplace_back(Address, *Name);