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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp237 std::vector<FlowStringRef> WeakSymbols; member in struct:__anon4478::SymbolSection
331 IO.mapOptional("weak-symbols", Section.WeakSymbols);
870 CurrentSection.WeakSymbols.emplace_back(Symbol->getName());
891 sort(CurrentSection.WeakSymbols);
960 for (auto &sym : CurrentSection.WeakSymbols)

Completed in 105 milliseconds