Searched defs:IsExecutable (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } function in class:__sanitizer::MemoryMappedSegment
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h44 bool IsExecutable() const { return protection & kProtectionExecute; } function in class:__sanitizer::MemoryMappedSegment
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversalWriter.cpp309 const bool IsExecutable = any_of(Slices, [](Slice S) { local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } function in class:__sanitizer::MemoryMappedSegment
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp614 bool IsExecutable = Rels.empty(); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp122 static bool IsExecutable = false; variable

Completed in 199 milliseconds