/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.h | 43 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.h | 80 bool IsExecutable() const override { in IsExecutable() function
|
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 69 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | FileOutputBufferTest.cpp | 117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 61 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 760 bool IsExecutable = Rels.empty(); printCOFFUnwindInfo() local
|
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 124 static bool IsExecutable = false; variable
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 496 bool ObjectFilePECOFF::IsExecutable() const { IsExecutable() function in ObjectFilePECOFF
|
/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1399 bool Module::IsExecutable() { IsExecutable() function in Module
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1112 bool ObjectFileMachO::IsExecutable() const { IsExecutable() function in ObjectFileMachO
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2633 bool IsExecutable = [&]() { ParseOpenMPDeclarativeOrExecutableDirective() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 695 bool ObjectFileELF::IsExecutable() const { IsExecutable() function in ObjectFileELF
|