Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h95 StringRef getNameForScript() const;
H A DLinkerScript.cpp389 return file ? file->getNameForScript() : StringRef(); in getFilename()
H A DInputFiles.cpp356 StringRef InputFile::getNameForScript() const { in getNameForScript() function in InputFile