Home
last modified time | relevance | path

Searched refs:FollowSymlinks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1371 bool FollowSymlinks = true; // Affects the behavior of status(). variable
1375 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true,
1378 : Path(Path.str()), Type(Type), FollowSymlinks(FollowSymlinks),
1436 bool FollowSymlinks = true; variable
1441 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1445 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
1450 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1453 *State, de.path(), FollowSymlinks); in FollowSymlinks()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1027 bool FollowSymlinks) {
1076 directory_entry(DirectoryEntryPath, FollowSymlinks,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc951 if (auto EC = fs::status(Path, s, FollowSymlinks))