Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp227 std::vector<FlowStringRef> WeakRefSymbols; member
320 IO.mapOptional("weak-ref-symbols", Section.WeakRefSymbols); in mapping()
554 Section.WeakRefSymbols.emplace_back(Symbol->getName()); in NormalizedTBD()
585 llvm::sort(Section.WeakRefSymbols); in NormalizedTBD()
713 for (auto &Symbol : Section.WeakRefSymbols) in denormalize()