Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h64 llvm::DenseMap<llvm::CachedHashStringRef, SharedFile *> soNames; variable
H A DInputFiles.cpp1514 symtab.soNames.try_emplace(CachedHashStringRef(soName), this); in parse()
H A DWriter.cpp1823 return symtab.soNames.count(CachedHashStringRef(needed)); in finalizeSections()