Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A 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
628 SmallString<128> path_storage; in has_root_path() local
635 SmallString<128> path_storage; in has_relative_path() local
642 SmallString<128> path_storage; in has_filename() local
649 SmallString<128> path_storage; in has_parent_path() local
656 SmallString<128> path_storage; in has_stem() local
663 SmallString<128> path_storage; in has_extension() local
670 SmallString<128> path_storage; in is_absolute() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A 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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1405 SmallString<128> path_storage; in FollowSymlinks() local
1407 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc739 SmallString<128> path_storage;
742 StringRef path8 = path.toStringRef(path_storage);