Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
624 StringRef p = path.toStringRef(path_storage); in has_root_directory()
630 SmallString<128> path_storage; in has_root_path() local
631 StringRef p = path.toStringRef(path_storage); in has_root_path()
637 SmallString<128> path_storage; in has_relative_path() local
638 StringRef p = path.toStringRef(path_storage); in has_relative_path()
644 SmallString<128> path_storage; in has_filename() local
645 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc397 SmallString<128> path_storage;
398 StringRef p = path.toNullTerminatedStringRef(path_storage);
408 SmallString<128> path_storage;
409 StringRef p = path.toNullTerminatedStringRef(path_storage);
448 SmallString<128> path_storage;
449 StringRef p = path.toNullTerminatedStringRef(path_storage);
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1432 SmallString<128> path_storage; in FollowSymlinks() local
1434 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc749 SmallString<128> path_storage;
752 StringRef path8 = path.toStringRef(path_storage);