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.cpp425 matchesFileCache.emplace(&file, filePat.match(file.getNameForScript())); in matchesFile()
438 excludedFilePat.match(file.getNameForScript())); in excludesFile()
H A DInputFiles.cpp369 StringRef InputFile::getNameForScript() const { in getNameForScript() function in InputFile