Searched defs:weakAlias (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ | ||
H A D | Symbols.h | 338 Symbol *weakAlias = nullptr; variable |
H A D | SymbolTable.cpp | 863 if (Symbol *weakAlias = u->getWeakAlias()) in findMangle() local |