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.h65 llvm::DenseMap<llvm::CachedHashStringRef, SharedFile *> soNames; variable
H A DInputFiles.cpp1568 ctx.symtab->soNames.try_emplace(CachedHashStringRef(soName), this); in parse()
H A DWriter.cpp1932 return ctx.symtab->soNames.count(CachedHashStringRef(needed)); in finalizeSections()