Lines Matching refs:Sec
80 for (auto &Sec : G.sections()) { in registerCOFFGraphInfo() local
82 dbgs() << " Section \"" << Sec.getName() << "\": " in registerCOFFGraphInfo()
83 << (llvm::empty(Sec.symbols()) ? "empty. skipping." in registerCOFFGraphInfo()
89 if (llvm::empty(Sec.symbols())) in registerCOFFGraphInfo()
92 if (FileInfo.SectionInfos.count(Sec.getName())) in registerCOFFGraphInfo()
94 Sec.getName() + "\" in \"" + FileName + in registerCOFFGraphInfo()
98 bool isGOTSection = isCOFFGOTSection(Sec); in registerCOFFGraphInfo()
99 bool isStubsSection = isCOFFStubsSection(Sec); in registerCOFFGraphInfo()
104 auto *FirstSym = *Sec.symbols().begin(); in registerCOFFGraphInfo()
106 for (auto *Sym : Sec.symbols()) { in registerCOFFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()
166 FileInfo.SectionInfos[Sec.getName()] = { in registerCOFFGraphInfo()