Home
last modified time | relevance | path

Searched refs:isExecutable (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/utils/
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):
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h40 bool isExecutable() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h40 bool isExecutable() const override;
/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
DLinkReference.java351 if (result.memberInfo != null && result.memberInfo.isExecutable()) { in parse()
397 if (result.memberInfo.isExecutable()) { in parse()
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/dokka/buildSrc/src/main/groovy/org/jetbrains/
DCrossPlatformExec.groovy61 if (!Files.isExecutable(commandFile)) {
/external/llvm/tools/dsymutil/
DMachOUtils.cpp293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
370 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp316 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
414 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
/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
/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h152 using irsymtab::Symbol::isExecutable;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h152 using irsymtab::Symbol::isExecutable;
/external/llvm-project/lld/wasm/
DInputFiles.cpp594 if (objSym.isExecutable()) in createBitcodeSymbol()
600 if (objSym.isExecutable()) in createBitcodeSymbol()
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m26 static bool isExecutable(char *path); function
69 if (skip && isExecutable(binaryName) && !isYounger(sourceName, binaryName)) return true;
768 static bool isExecutable(char *path) { function
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m27 static bool isExecutable(char *path); function
70 if (skip && isExecutable(binaryName) && !isYounger(sourceName, binaryName)) return true;
769 static bool isExecutable(char *path) { function
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp436 PrintBool('X', Sym.isExecutable()); in dumpSymtab()