OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExecutable
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASectionContrib.h
40
bool
isExecutable
() const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSectionContrib.h
39
virtual bool
isExecutable
() const = 0;
/src/external/apache2/llvm/dist/llvm/utils/
remote-exec.py
78
isExecutable
= lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe)
84
for exe in filter(
isExecutable
, commandLine):
116
for exe in filter(
isExecutable
, commandLine):
124
if
isExecutable
(x):
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASectionContrib.cpp
103
bool DIASectionContrib::
isExecutable
() const {
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp
330
static bool
isExecutable
(const object::MachOObjectFile &Obj) {
428
isExecutable
(InputBinary) && hasLinkEditSegment(InputBinary);
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
152
using irsymtab::Symbol::
isExecutable
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h
208
bool
isExecutable
() const { return (Flags >> S::FB_executable) & 1; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
442
PrintBool('X', Sym.
isExecutable
());
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d
1513
if (
isExecutable
(execPath))
1527
private bool
isExecutable
(R)(R path) @trusted nothrow @nogc
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026