Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DPath.cpp614 SmallString<128> path_storage; in has_root_name() local
615 StringRef p = path.toStringRef(path_storage); in has_root_name()
621 SmallString<128> path_storage; in has_root_directory() local
622 StringRef p = path.toStringRef(path_storage); in has_root_directory()
628 SmallString<128> path_storage; in has_root_path() local
629 StringRef p = path.toStringRef(path_storage); in has_root_path()
635 SmallString<128> path_storage; in has_relative_path() local
636 StringRef p = path.toStringRef(path_storage); in has_relative_path()
642 SmallString<128> path_storage; in has_filename() local
643 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc383 SmallString<128> path_storage;
384 StringRef p = path.toNullTerminatedStringRef(path_storage);
394 SmallString<128> path_storage;
395 StringRef p = path.toNullTerminatedStringRef(path_storage);
434 SmallString<128> path_storage;
435 StringRef p = path.toNullTerminatedStringRef(path_storage);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h1405 SmallString<128> path_storage; in FollowSymlinks() local
1407 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DPath.inc739 SmallString<128> path_storage;
742 StringRef path8 = path.toStringRef(path_storage);