Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp40 if (segment.IsReadable() && segment.IsExecutable()) in SegmentSizeBytes()
67 if (segment.IsReadable() && segment.IsExecutable()) { in SerializeSegmentsToBuffer()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i44 IsExecutable ();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h62 bool IsExecutable();
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp122 static bool IsExecutable = false; variable
362 IsExecutable = false; in onload()
366 IsExecutable = false; in onload()
370 IsExecutable = true; in onload()
374 IsExecutable = true; in onload()
799 (IsExecutable || !Res.DefaultVisibility)) in addModule()
/openbsd-src/gnu/llvm/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.cpp143 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
H A Dsanitizer_posix.cpp291 if (segment.IsExecutable() && in GetCodeRangeForFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h66 bool IsExecutable() const override;
H A DObjectFileJIT.cpp103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp316 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
320 if (IsExecutable) in writeUniversalBinary()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h273 virtual bool IsExecutable() const = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h87 bool IsExecutable() const override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h106 bool IsExecutable() const override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h108 bool IsExecutable() const override;
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
751 if (IsExecutable) { in printCOFFUnwindInfo()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp523 if (object.IsExecutable()) { in GetEntryPoint()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h552 bool IsExecutable();

12