/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
/external/llvm/unittests/Support/ |
D | FileOutputBufferTest.cpp | 114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 66 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | __init__.py | 54 def IsExecutable(path): function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.h | 71 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/external/llvm-project/lldb/source/API/ |
D | SBMemoryRegionInfo.cpp | 101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
/external/llvm-project/llvm/unittests/Support/ |
D | FileOutputBufferTest.cpp | 117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 160 bool IsExecutable = in shouldAssumeDSOLocal() local
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 136 bool IsExecutable = in shouldAssumeDSOLocal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 174 bool IsExecutable = in shouldAssumeDSOLocal() local
|
/external/mesa3d/include/android_stub/backtrace/ |
D | BacktraceMap.h | 137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.cpp | 112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOUniversalWriter.cpp | 309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 615 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 1030 bool IsExecutable() const { in IsExecutable() function
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anonfadbf2d70111::PlaceholderObjectFile
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 324 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
|
/external/llvm-project/llvm/tools/gold/ |
D | gold-plugin.cpp | 122 static bool IsExecutable = false; variable
|
/external/llvm-project/lldb/source/Core/ |
D | Module.cpp | 1470 bool Module::IsExecutable() { in IsExecutable() function in Module
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 4436 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 646 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1073 bool ObjectFileMachO::IsExecutable() const { in IsExecutable() function in ObjectFileMachO
|