Home
last modified time | relevance | path

Searched refs:getNameForScript (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h92 StringRef getNameForScript() const;
H A DLinkerScript.cpp388 return file ? file->getNameForScript() : StringRef(); in getFilename()
H A DInputFiles.cpp251 StringRef InputFile::getNameForScript() const { in getNameForScript() function in InputFile