Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.h154 mutable std::string nameForScriptCache; variable
DInputFiles.cpp283 if (nameForScriptCache.empty()) in getNameForScript()
284 nameForScriptCache = (archiveName + Twine(':') + getName()).str(); in getNameForScript()
286 return nameForScriptCache; in getNameForScript()