Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp282 SmallString<1024> PathStorage; in mapVirtualFile() local
283 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()
284 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc475 SmallString<128> PathStorage;
476 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
615 SmallString<128> PathStorage;
616 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
630 SmallString<128> PathStorage;
631 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp916 SmallString<128> PathStorage; in create_directories() local
917 StringRef P = Path.toStringRef(PathStorage); in create_directories()