/external/llvm-project/llvm/utils/ |
D | remote-exec.py | 78 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/ |
D | IPDBSectionContrib.h | 39 virtual bool isExecutable() const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 39 virtual bool isExecutable() const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 40 bool isExecutable() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 40 bool isExecutable() const override;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
|
/external/doclava/src/com/google/doclava/ |
D | MemberInfo.java | 45 public abstract boolean isExecutable(); in isExecutable() method in MemberInfo
|
D | LinkReference.java | 351 if (result.memberInfo != null && result.memberInfo.isExecutable()) { in parse() 397 if (result.memberInfo.isExecutable()) { in parse()
|
D | FieldInfo.java | 446 public boolean isExecutable() { in isExecutable() method in FieldInfo
|
D | MethodInfo.java | 688 public boolean isExecutable() { in isExecutable() method in MethodInfo
|
D | ClassInfo.java | 216 public boolean isExecutable() { in isExecutable() method in ClassInfo.ClassMemberInfo
|
/external/dokka/buildSrc/src/main/groovy/org/jetbrains/ |
D | CrossPlatformExec.groovy | 61 if (!Files.isExecutable(commandFile)) {
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function 370 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 316 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function 414 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | IRSymtab.h | 208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 207 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | LTO.h | 152 using irsymtab::Symbol::isExecutable;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 152 using irsymtab::Symbol::isExecutable;
|
/external/llvm-project/lld/wasm/ |
D | InputFiles.cpp | 594 if (objSym.isExecutable()) in createBitcodeSymbol() 600 if (objSym.isExecutable()) in createBitcodeSymbol()
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 26 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/ |
D | testfilerunner.m | 27 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/ |
D | llvm-lto2.cpp | 436 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
|