Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp454 bool hasPathSep = (filename.find_first_of("/\\") != StringRef::npos); in doFindFile() local
455 if (hasPathSep) in doFindFile()