Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h40 virtual bool isExecutable() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h41 bool isExecutable() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp104 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/llvm/tools/dsymutil/
DMachOUtils.cpp293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
370 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp309 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
394 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h204 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h129 using irsymtab::Symbol::isExecutable;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp366 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
/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