Home
last modified time | relevance | path

Searched refs:PathStorage (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h76 struct PathStorage { struct
82 PathStorage canonicalize(StringRef SrcPath); argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp102 FileCollector::PathCanonicalizer::PathStorage
104 PathStorage Paths; in canonicalize()
121 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl()
H A DPath.cpp965 SmallString<128> PathStorage; in create_directories() local
966 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc45 std::wstring PathStorage;
47 PathStorage.reserve(Paths.size() * MAX_PATH);
50 PathStorage.push_back(L';');
55 PathStorage.append(TmpPath.begin(), TmpPath.end());
57 Path = PathStorage.c_str();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp162 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot()
H A DCompilerInstance.cpp746 Optional<SmallString<128>> PathStorage; in createDefaultOutputFile() local
751 PathStorage.emplace(InFile); in createDefaultOutputFile()
752 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()
753 OutputPath = *PathStorage; in createDefaultOutputFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc603 SmallString<128> PathStorage;
604 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
741 SmallString<128> PathStorage;
742 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
764 SmallString<128> PathStorage;
765 StringRef P = Path.toNullTerminatedStringRef(PathStorage);