Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h116 StringRef getNameForScript() const;
H A DLinkerScript.cpp389 return file ? file->getNameForScript() : StringRef(); in getFilename()
H A DInputFiles.cpp408 StringRef InputFile::getNameForScript() const { in getNameForScript() function in InputFile