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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp217 std::vector<FlowStringRef> WeakDefSymbols; member in struct:__anon4478::ExportSection
303 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols);
492 Section.WeakDefSymbols.emplace_back(Symbol->getName());
525 llvm::sort(Section.WeakDefSymbols.begin(),
526 Section.WeakDefSymbols.end());
675 for (auto &Symbol : Section.WeakDefSymbols)

Completed in 107 milliseconds