Lines Matching refs:ClassEHs
215 std::vector<FlowStringRef> ClassEHs; member
225 std::vector<FlowStringRef> ClassEHs; member
235 std::vector<FlowStringRef> ClassEHs; member
301 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
318 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
329 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
513 Section.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD()
526 llvm::sort(Section.ClassEHs); in NormalizedTBD()
570 Section.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD()
583 llvm::sort(Section.ClassEHs); in NormalizedTBD()
667 for (auto &Symbol : Section.ClassEHs) in denormalize()
704 for (auto &Symbol : Section.ClassEHs) in denormalize()
881 CurrentSection.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
890 sort(CurrentSection.ClassEHs); in NormalizedTBD_V4()
953 for (auto &sym : CurrentSection.ClassEHs) in denormalize()