Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp459 bool hasPathSep = (filename.find_first_of("/\\") != StringRef::npos); in doFindFile() local
460 if (hasPathSep) in doFindFile()