Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h158 mutable std::string nameForScriptCache; variable
H A DInputFiles.cpp284 if (nameForScriptCache.empty()) in getNameForScript()
285 nameForScriptCache = (archiveName + Twine(':') + getName()).str(); in getNameForScript()
287 return nameForScriptCache; in getNameForScript()