Searched refs:TmpPath (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 31 StringRef Path, StringRef TmpPath) in FileOutputBuffer() argument 32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {} in FileOutputBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 51 SmallVector<wchar_t, MAX_PATH> TmpPath; 52 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath)) 54 PathStorage.append(TmpPath.begin(), TmpPath.end());
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 50 SmallVector<wchar_t, MAX_PATH> TmpPath; 51 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath)) 53 PathStorage.append(TmpPath.begin(), TmpPath.end());
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 51 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/ |
D | Tools.cpp | 7590 const char *TmpPath = C.getArgs().MakeArgString( in AddLinkArgs() local 7592 C.addTempFile(TmpPath); in AddLinkArgs() 7594 CmdArgs.push_back(TmpPath); in AddLinkArgs()
|