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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp227 std::vector<FlowStringRef> WeakRefSymbols; member in struct:__anon4478::UndefinedSection
320 IO.mapOptional("weak-ref-symbols", Section.WeakRefSymbols);
552 Section.WeakRefSymbols.emplace_back(Symbol->getName());
583 llvm::sort(Section.WeakRefSymbols.begin(),
584 Section.WeakRefSymbols.end());
713 for (auto &Symbol : Section.WeakRefSymbols)

Completed in 108 milliseconds