Lines Matching refs:Sec
82 for (auto &Sec : G.sections()) { in registerELFGraphInfo() local
84 dbgs() << " Section \"" << Sec.getName() << "\": " in registerELFGraphInfo()
85 << (llvm::empty(Sec.symbols()) ? "empty. skipping." in registerELFGraphInfo()
91 if (llvm::empty(Sec.symbols())) in registerELFGraphInfo()
94 if (FileInfo.SectionInfos.count(Sec.getName())) in registerELFGraphInfo()
96 Sec.getName() + "\" in \"" + FileName + in registerELFGraphInfo()
100 bool isGOTSection = isELFGOTSection(Sec); in registerELFGraphInfo()
101 bool isStubsSection = isELFStubsSection(Sec); in registerELFGraphInfo()
106 auto *FirstSym = *Sec.symbols().begin(); in registerELFGraphInfo()
108 for (auto *Sym : Sec.symbols()) { in registerELFGraphInfo()
159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerELFGraphInfo()
161 FileInfo.SectionInfos[Sec.getName()] = { in registerELFGraphInfo()