/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 69 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
H A D | ObjectFileJIT.cpp | 103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 316 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 75 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon8a6959770111::PlaceholderObjectFile
|
/openbsd-src/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 122 static bool IsExecutable = false; variable
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 499 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Module.cpp | 1451 bool Module::IsExecutable() { in IsExecutable() function in Module
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1132 bool ObjectFileMachO::IsExecutable() const { in IsExecutable() function in ObjectFileMachO
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 683 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
|