Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp1142 llvm::Optional<llvm::StringRef> CurrentDir, in ExpandResponseFiles() argument
1184 if (!CurrentDir) in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1254 llvm::Optional<StringRef> CurrentDir) { in ExpandResponseFiles() argument
1256 RelativeNames, std::move(CurrentDir), in ExpandResponseFiles()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h2100 llvm::Optional<llvm::StringRef> CurrentDir,
2109 llvm::Optional<llvm::StringRef> CurrentDir = llvm::None);