Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h97 others_exe = 01, enumerator
98 others_all = others_read | others_write | others_exe,
101 all_exe = owner_exe | group_exe | others_exe,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3192 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()
H A DMachODump.cpp2441 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()