Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DFileOutputBuffer.cpp165 Mode |= fs::all_exe; in create()
Draw_ostream.cpp1001 unsigned Mode = sys::fs::all_read | sys::fs::all_write | sys::fs::all_exe; in writeToOutput()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOUniversalWriter.cpp314 Mode |= sys::fs::all_exe; in writeUniversalBinary()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h102 all_exe = owner_exe | group_exe | others_exe, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp70 return (Status->getPermissions() & llvm::sys::fs::perms::all_exe) != 0; in canExecute()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DPath.inc686 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;