Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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):
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h40 bool isExecutable() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp336 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
431 bool ShouldEmitSymtab = HasSymtab && isExecutable(InputBinary); in generateDsymCompanion()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h153 using irsymtab::Symbol::isExecutable;
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp741 if (objSym.isExecutable()) in createBitcodeSymbol()
747 if (objSym.isExecutable()) in createBitcodeSymbol()
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A 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
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp492 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp1048 if (objSym.isExecutable()) in parse()