| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 40 if (segment.IsReadable() && segment.IsExecutable()) in SegmentSizeBytes() 67 if (segment.IsReadable() && segment.IsExecutable()) { in SerializeSegmentsToBuffer()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBMemoryRegionInfo.i | 44 IsExecutable ();
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 59 module_sp->IsExecutable()) { in ModulesDidLoad()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 62 bool IsExecutable();
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 122 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 D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
| H A D | sanitizer_procmaps_mac.cpp | 66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges() 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
| H A D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_symbolizer_report.cpp | 143 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
|
| H A D | sanitizer_posix.cpp | 291 if (segment.IsExecutable() && in GetCodeRangeForFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.h | 69 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 66 bool IsExecutable() const override;
|
| H A D | ObjectFileJIT.cpp | 103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOUniversalWriter.cpp | 316 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 D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 273 virtual bool IsExecutable() const = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 87 bool IsExecutable() const override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 106 bool IsExecutable() const override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 108 bool IsExecutable() const override;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local 751 if (IsExecutable) { in printCOFFUnwindInfo()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 523 if (object.IsExecutable()) { in GetEntryPoint()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Module.h | 552 bool IsExecutable();
|