Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileOutputBuffer.cpp31 StringRef Path, StringRef TmpPath) in FileOutputBuffer() argument
32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {} in FileOutputBuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc52 SmallVector<wchar_t, MAX_PATH> TmpPath;
53 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
55 PathStorage.append(TmpPath.begin(), TmpPath.end());
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc51 SmallVector<wchar_t, MAX_PATH> TmpPath;
52 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
/external/llvm/lib/Support/Windows/
DProgram.inc51 SmallVector<wchar_t, MAX_PATH> TmpPath;
52 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
/external/clang/lib/Driver/
DTools.cpp7590 const char *TmpPath = C.getArgs().MakeArgString( in AddLinkArgs() local
7592 C.addTempFile(TmpPath); in AddLinkArgs()
7594 CmdArgs.push_back(TmpPath); in AddLinkArgs()