Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDFileOutputBuffer.cpp30 StringRef Path, StringRef TmpPath) in FileOutputBuffer() argument
31 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {} in FileOutputBuffer()
/NextBSD/contrib/llvm/lib/Support/Windows/
HDProgram.inc51 SmallVector<wchar_t, MAX_PATH> TmpPath;
52 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp6341 const char *TmpPath = C.getArgs().MakeArgString( in AddLinkArgs() local
6343 C.addTempFile(TmpPath); in AddLinkArgs()
6345 CmdArgs.push_back(TmpPath); in AddLinkArgs()