Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dpy_utils_unittest.py14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))
18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))
19 self.assertTrue(py_utils.IsExecutable(sys.executable))
D__init__.py54 def IsExecutable(path): function
/external/llvm-project/lldb/source/API/
DSBMemoryRegionInfo.cpp101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
102 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsExecutable); in IsExecutable()
158 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsExecutable, ()); in RegisterMethods()
/external/llvm/unittests/Support/
DFileOutputBufferTest.cpp114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
115 EXPECT_TRUE(IsExecutable); in TEST()
/external/llvm/lib/Target/
DTargetMachine.cpp136 bool IsExecutable = in shouldAssumeDSOLocal() local
138 if (IsExecutable) { in shouldAssumeDSOLocal()
/external/llvm-project/lldb/bindings/interface/
DSBMemoryRegionInfo.i41 IsExecutable ();
/external/llvm-project/llvm/unittests/Support/
DFileOutputBufferTest.cpp117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
118 EXPECT_TRUE(IsExecutable); in TEST()
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp160 bool IsExecutable = in shouldAssumeDSOLocal() local
162 if (IsExecutable) { in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp174 bool IsExecutable = in shouldAssumeDSOLocal() local
176 if (IsExecutable) { in shouldAssumeDSOLocal()
/external/llvm-project/lldb/include/lldb/API/
DSBMemoryRegionInfo.h58 bool IsExecutable();
/external/llvm-project/lldb/source/Target/
DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
Dsanitizer_procmaps_mac.cpp66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
Dsanitizer_symbolizer_report.cpp137 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp122 static bool IsExecutable = false; variable
358 IsExecutable = false; in onload()
362 IsExecutable = false; in onload()
366 IsExecutable = true; in onload()
370 IsExecutable = true; in onload()
779 (IsExecutable || !Res.DefaultVisibility)) in addModule()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h71 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h66 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h64 bool IsExecutable() const override;
DObjectFileJIT.cpp112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
/external/google-breakpad/src/processor/
Dexploitability_linux.cc563 linux_maps->IsExecutable()) { in ExecutableStackOrHeap()
581 return linux_maps ? linux_maps->IsExecutable() : false; in InstructionPointerInCode()
/external/llvm-project/llvm/lib/Object/
DMachOUniversalWriter.cpp309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
313 if (IsExecutable) in writeUniversalBinary()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
599 if (IsExecutable) { in printCOFFUnwindInfo()

12