Home
last modified time | relevance | path

Searched refs:isExecutable (Results 1 – 10 of 10) 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
84 for exe in filter(isExecutable, commandLine):
116 for exe in filter(isExecutable, commandLine):
124 if isExecutable(x):
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h40 bool isExecutable() const override;
/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
428 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h152 using irsymtab::Symbol::isExecutable;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp442 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d373 if (!isExecutable(name))
903 if (isExecutable(execPath)) return execPath;
912 private bool isExecutable(in char[] path) @trusted nothrow @nogc //TODO: @safe
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d1513 if (isExecutable(execPath))
1527 private bool isExecutable(R)(R path) @trusted nothrow @nogc