Home
last modified time | relevance | path

Searched defs:getPermissions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h90 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1152 ErrorOr<perms> getPermissions(const Twine &Path) { in getPermissions() function