reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 dbgs() << " Section \"" << Sec.getName() << "\": " 93 << (Sec.symbols_empty() ? "empty. skipping." : "processing...") 98 if (Sec.symbols_empty()) 101 if (FileInfo.SectionInfos.count(Sec.getName())) 103 Sec.getName() + "\" in \"" + FileName + 107 bool isGOTSection = isMachOGOTSection(Sec); 108 bool isStubsSection = isMachOStubsSection(Sec); 113 auto *FirstSym = *Sec.symbols().begin(); 115 for (auto *Sym : Sec.symbols()) { 164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; 166 FileInfo.SectionInfos[Sec.getName()] = {