Home
last modified time | relevance | path

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

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