Lines Matching refs:Sec
84 for (auto &Sec : G.sections()) { in registerMachOGraphInfo() local
86 dbgs() << " Section \"" << Sec.getName() << "\": " in registerMachOGraphInfo()
87 << (llvm::empty(Sec.symbols()) ? "empty. skipping." in registerMachOGraphInfo()
93 if (llvm::empty(Sec.symbols())) in registerMachOGraphInfo()
96 if (FileInfo.SectionInfos.count(Sec.getName())) in registerMachOGraphInfo()
98 Sec.getName() + "\" in \"" + FileName + in registerMachOGraphInfo()
102 bool isGOTSection = isMachOGOTSection(Sec); in registerMachOGraphInfo()
103 bool isStubsSection = isMachOStubsSection(Sec); in registerMachOGraphInfo()
108 auto *FirstSym = *Sec.symbols().begin(); in registerMachOGraphInfo()
110 for (auto *Sym : Sec.symbols()) { in registerMachOGraphInfo()
159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerMachOGraphInfo()
161 FileInfo.SectionInfos[Sec.getName()] = { in registerMachOGraphInfo()