Home
last modified time | relevance | path

Searched defs:isExecutable (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m26 static bool isExecutable(char *path); function
768 static bool isExecutable(char *path) { function
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m27 static bool isExecutable(char *path); function
769 static bool isExecutable(char *path) { function
/external/llvm-project/llvm/utils/
Dremote-exec.py78 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/external/doclava/src/com/google/doclava/
DMemberInfo.java45 public abstract boolean isExecutable(); in isExecutable() method in MemberInfo
DFieldInfo.java446 public boolean isExecutable() { in isExecutable() method in FieldInfo
DMethodInfo.java688 public boolean isExecutable() { in isExecutable() method in MethodInfo
DClassInfo.java216 public boolean isExecutable() { in isExecutable() method in ClassInfo.ClassMemberInfo
/external/llvm/tools/dsymutil/
DMachOUtils.cpp293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp316 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
/external/llvm-project/llvm/include/llvm/Object/
DIRSymtab.h208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h207 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function