Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h85 others_exe = 01, enumerator
86 others_all = others_read | others_write | others_exe,
89 all_exe = owner_exe | group_exe | others_exe,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1473 if (Mode & sys::fs::others_exe) in printArchiveChild()