Lines Matching full:sectionmap
535 std::map<std::string, unsigned> SectionMap;
545 unsigned &Entry = SectionMap[GV->getSection()];
549 Entry = SectionMap.size();
557 unsigned &Entry = SectionMap[F->getSection()];
561 Entry = SectionMap.size();
593 if (SectionMap.empty()) // Section.
597 Log2_32_Ceil(SectionMap.size()+1)));
617 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
643 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);