Home
last modified time | relevance | path

Searched refs:all_exe (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp166 Mode |= fs::all_exe; in create()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp360 Mode |= sys::fs::all_exe;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h101 all_exe = owner_exe | group_exe | others_exe, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp52 return (Status->getPermissions() & llvm::sys::fs::perms::all_exe) != 0; in canExecute()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc697 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;