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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp218 std::vector<FlowStringRef> TLVSymbols; member in struct:__anon4478::ExportSection
304 IO.mapOptional("thread-local-symbols", Section.TLVSymbols);
494 Section.TLVSymbols.emplace_back(Symbol->getName());
527 llvm::sort(Section.TLVSymbols.begin(), Section.TLVSymbols.end());
678 for (auto &Symbol : Section.TLVSymbols)

Completed in 103 milliseconds