Lines Matching defs:ClassEHs
215 std::vector<FlowStringRef> ClassEHs;
225 std::vector<FlowStringRef> ClassEHs;
235 std::vector<FlowStringRef> ClassEHs;
291 IO.mapOptional("objc-eh-types", Section.ClassEHs);
308 IO.mapOptional("objc-eh-types", Section.ClassEHs);
319 IO.mapOptional("objc-eh-types", Section.ClassEHs);
474 Section.ClassEHs.emplace_back(Symbol->getName());
487 llvm::sort(Section.ClassEHs);
531 Section.ClassEHs.emplace_back(Symbol->getName());
544 llvm::sort(Section.ClassEHs);
629 for (auto &Symbol : Section.ClassEHs)
667 for (auto &Symbol : Section.ClassEHs)
840 CurrentSection.ClassEHs.emplace_back(Symbol->getName());
849 sort(CurrentSection.ClassEHs);
911 for (auto &sym : CurrentSection.ClassEHs)