Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/
H A Dremote-exec.py92 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m26 static bool isExecutable(char *path); function
768 static bool isExecutable(char *path) { function
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp355 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } isExecutable() function