Home
last modified time | relevance | path

Searched refs:ClassEHs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp214 std::vector<FlowStringRef> ClassEHs; member
224 std::vector<FlowStringRef> ClassEHs; member
234 std::vector<FlowStringRef> ClassEHs; member
290 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
307 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
318 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
473 Section.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD()
486 llvm::sort(Section.ClassEHs); in NormalizedTBD()
530 Section.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD()
543 llvm::sort(Section.ClassEHs); in NormalizedTBD()
[all …]