Searched refs:PathStorage (Results 1 – 7 of 7) sorted by relevance
76 struct PathStorage { struct82 LLVM_ABI PathStorage canonicalize(StringRef SrcPath); argument
104 FileCollector::PathCanonicalizer::PathStorage106 PathStorage Paths; in canonicalize()123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl()
969 SmallString<128> PathStorage; in create_directories() local970 StringRef P = Path.toStringRef(PathStorage); in create_directories()
46 std::wstring PathStorage;48 PathStorage.reserve(Paths.size() * MAX_PATH);51 PathStorage.push_back(L';');56 PathStorage.append(TmpPath.begin(), TmpPath.end());58 Path = PathStorage.c_str();
144 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot()
809 std::optional<SmallString<128>> PathStorage; in createDefaultOutputFile() local814 PathStorage.emplace(InFile); in createDefaultOutputFile()815 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()816 OutputPath = *PathStorage; in createDefaultOutputFile()
616 SmallString<128> PathStorage;617 StringRef P = Path.toNullTerminatedStringRef(PathStorage);758 SmallString<128> PathStorage;759 StringRef P = Path.toNullTerminatedStringRef(PathStorage);781 SmallString<128> PathStorage;782 StringRef P = Path.toNullTerminatedStringRef(PathStorage);