Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDriver.cpp438 bool hasPathSep = (filename.find_first_of("/\\") != StringRef::npos); in doFindFile() local
439 if (hasPathSep) in doFindFile()