Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h113 class TempDir {
122 explicit TempDir(StringRef Name, bool Unique = false) {
140 ~TempDir() { in ~TempDir()
146 TempDir(const TempDir &) = delete;
147 TempDir &operator=(const TempDir &) = delete;
149 TempDir(TempDir &&) = default;
150 TempDir &operator=(TempDir &&) = default;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/
H A Dllvm-go.go158 tmpgopath, err := ioutil.TempDir("", "gopath")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp92 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() argument
94 if (TempDir.empty()) in saveTempBitcode()
97 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str(); in saveTempBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2374 GTEST_API_ std::string TempDir();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc1317 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {
1321 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc6136 std::string TempDir() { in TempDir() function