Searched refs:PathStorage (Results 1 – 7 of 7) sorted by relevance
75 struct PathStorage { struct81 PathStorage canonicalize(StringRef SrcPath); argument
104 FileCollector::PathCanonicalizer::PathStorage106 PathStorage Paths; in canonicalize()123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl()
970 SmallString<128> PathStorage; in create_directories() local971 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();
145 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot()
812 std::optional<SmallString<128>> PathStorage; in createDefaultOutputFile() local817 PathStorage.emplace(InFile); in createDefaultOutputFile()818 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()819 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);