Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/external/llvm/unittests/Support/
DFileOutputBufferTest.cpp114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h66 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/chromium-trace/catapult/common/py_utils/py_utils/
D__init__.py54 def IsExecutable(path): function
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h71 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/llvm-project/lldb/source/API/
DSBMemoryRegionInfo.cpp101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/external/llvm-project/llvm/unittests/Support/
DFileOutputBufferTest.cpp117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp160 bool IsExecutable = in shouldAssumeDSOLocal() local
/external/llvm/lib/Target/
DTargetMachine.cpp136 bool IsExecutable = in shouldAssumeDSOLocal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp174 bool IsExecutable = in shouldAssumeDSOLocal() local
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/external/llvm-project/llvm/lib/Object/
DMachOUniversalWriter.cpp309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp615 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1030 bool IsExecutable() const { in IsExecutable() function
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anonfadbf2d70111::PlaceholderObjectFile
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp324 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp122 static bool IsExecutable = false; variable
/external/llvm-project/lldb/source/Core/
DModule.cpp1470 bool Module::IsExecutable() { in IsExecutable() function in Module
/external/google-breakpad/src/processor/
Dminidump.cc4436 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp646 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1073 bool ObjectFileMachO::IsExecutable() const { in IsExecutable() function in ObjectFileMachO