Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h146 _initialUndefinedSymbols.push_back(symbolName); in addInitialUndefinedSymbol()
163 return _initialUndefinedSymbols; in initialUndefinedSymbols()
244 StringRefVector _initialUndefinedSymbols; variable
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DLinkingContext.cpp52 if (_initialUndefinedSymbols.empty()) in createUndefinedSymbolFile()
56 for (StringRef undefSym : _initialUndefinedSymbols) in createUndefinedSymbolFile()