Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h71 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp108 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOUniversalWriter.cpp316 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp746 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp74 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon24cf01f00111::PlaceholderObjectFile
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp122 static bool IsExecutable = false; variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp490 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1469 bool Module::IsExecutable() { in IsExecutable() function in Module
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1115 bool ObjectFileMachO::IsExecutable() const { in IsExecutable() function in ObjectFileMachO
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp666 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF