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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp215 std::vector<FlowStringRef> ClassEHs; member in struct:__anon4478::ExportSection
225 std::vector<FlowStringRef> ClassEHs; member in struct:__anon4478::UndefinedSection
235 std::vector<FlowStringRef> ClassEHs; member in struct:__anon4478::SymbolSection
301 IO.mapOptional("objc-eh-types", Section.ClassEHs);
318 IO.mapOptional("objc-eh-types", Section.ClassEHs);
329 IO.mapOptional("objc-eh-types", Section.ClassEHs);
510 Section.ClassEHs.emplace_back(Symbol->getName());
523 llvm::sort(Section.ClassEHs.begin(), Section.ClassEHs.end());
568 Section.ClassEHs
[all...]

Completed in 52 milliseconds