Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A Dremote-exec.py87 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
95 for exe in filter(isExecutable, commandLine):
134 for exe in filter(isExecutable, commandLine):
142 if isExecutable(x):
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h40 bool isExecutable() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp337 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
432 bool ShouldEmitSymtab = HasSymtab && isExecutable(InputBinary); in generateDsymCompanion()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h153 using irsymtab::Symbol::isExecutable;
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp789 if (objSym.isExecutable()) in createBitcodeSymbol()
795 if (objSym.isExecutable()) in createBitcodeSymbol()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp483 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp1035 if (objSym.isExecutable()) in parse()