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