Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
118 EXPECT_TRUE(IsExecutable); in TEST()
/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h62 bool IsExecutable();
/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp124 static bool IsExecutable = false; variable
380 IsExecutable = false; in onload()
384 IsExecutable = false; in onload()
388 IsExecutable = true; in onload()
392 IsExecutable = true; in onload()
811 (IsExecutable || !Res.DefaultVisibility)) in addModule()
/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h43 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
H A Dsanitizer_procmaps_mac.cpp66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_symbolizer_report.cpp186 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
H A Dsanitizer_posix.cpp293 if (segment.IsExecutable() && in GetCodeRangeForFile()
/llvm-project/lldb/test/API/python_api/find_in_memory/
H A Daddress_ranges_helper.py41 test_base.assertFalse(region.IsExecutable())
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h80 bool IsExecutable() const override { in IsExecutable() function
/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h82 bool IsExecutable() const override;
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h61 bool IsExecutable() const override { return false; } in IsExecutable() function
/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
359 if (IsExecutable) in writeUniversalBinary()
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h256 virtual bool IsExecutable() const = 0;
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h87 bool IsExecutable() const override;
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h107 bool IsExecutable() const override;
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h108 bool IsExecutable() const override;
/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp778 bool IsExecutable = Rels.empty(); in printPrivateHeaders()
779 if (IsExecutable) { in printPrivateHeaders()
760 bool IsExecutable = Rels.empty(); printCOFFUnwindInfo() local

12