Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py78 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp330 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function