Home
last modified time | relevance | path

Searched refs:referencedSymbols (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h353 SmallVector<llvm::StringRef, 0> referencedSymbols; variable
DMarkLive.cpp231 for (StringRef s : script->referencedSymbols) in run()
DScriptParser.cpp908 size_t symbolsReferenced = script->referencedSymbols.size(); in readOutputSectionDescription()
992 if (script->referencedSymbols.size() > symbolsReferenced) in readOutputSectionDescription()
1532 script->referencedSymbols.push_back(tok); in readPrimary()
DDriver.cpp2604 for (StringRef name : script->referencedSymbols) { in link()