Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp236 std::vector<FlowStringRef> WeakSymbols; member
320 IO.mapOptional("weak-symbols", Section.WeakSymbols); in mapping()
829 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
850 sort(CurrentSection.WeakSymbols); in NormalizedTBD_V4()
922 for (auto &sym : CurrentSection.WeakSymbols) { in denormalize()