Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h283 llvm::DenseSet<llvm::CachedHashStringRef> hiddenSymbols; variable
H A DInputFiles.cpp1801 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()
1935 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()
2168 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()