Lines Matching defs:Classes
214 std::vector<FlowStringRef> Classes;
224 std::vector<FlowStringRef> Classes;
234 std::vector<FlowStringRef> Classes;
289 IO.mapOptional("objc-classes", Section.Classes);
306 IO.mapOptional("objc-classes", Section.Classes);
318 IO.mapOptional("objc-classes", Section.Classes);
464 Section.Classes.emplace_back(
467 Section.Classes.emplace_back(Symbol->getName());
486 llvm::sort(Section.Classes);
521 Section.Classes.emplace_back(
524 Section.Classes.emplace_back(Symbol->getName());
543 llvm::sort(Section.Classes);
623 for (auto &Symbol : Section.Classes) {
660 for (auto &Symbol : Section.Classes) {
837 CurrentSection.Classes.emplace_back(Symbol->getName());
848 sort(CurrentSection.Classes);
907 for (auto &sym : CurrentSection.Classes)