Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriver.cpp446 bool hasPathSep = (filename.find_first_of("/\\") != StringRef::npos); in doFindFile() local
447 if (hasPathSep) in doFindFile()