Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp616 SmallString<128> path_storage; in has_root_name() local
617 StringRef p = path.toStringRef(path_storage); in has_root_name()
623 SmallString<128> path_storage; in has_root_directory() local
630 SmallString<128> path_storage; in has_root_path() local
637 SmallString<128> path_storage; in has_relative_path() local
644 SmallString<128> path_storage; in has_filename() local
651 SmallString<128> path_storage; in has_parent_path() local
658 SmallString<128> path_storage; in has_stem() local
665 SmallString<128> path_storage; in has_extension() local
672 SmallString<128> path_storage; in is_absolute() local
[all …]
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc403 SmallString<128> path_storage;
404 StringRef p = path.toNullTerminatedStringRef(path_storage);
414 SmallString<128> path_storage;
415 StringRef p = path.toNullTerminatedStringRef(path_storage);
454 SmallString<128> path_storage;
455 StringRef p = path.toNullTerminatedStringRef(path_storage);
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h1432 SmallString<128> path_storage; in FollowSymlinks() local
1434 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc758 SmallString<128> path_storage;
761 StringRef path8 = path.toStringRef(path_storage);