Home
last modified time | relevance | path

Searched defs:IsExecutable (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp316 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp75 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon8a6959770111::PlaceholderObjectFile
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp122 static bool IsExecutable = false; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp499 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1451 bool Module::IsExecutable() { in IsExecutable() function in Module
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1132 bool ObjectFileMachO::IsExecutable() const { in IsExecutable() function in ObjectFileMachO
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp683 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF