Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBMemoryRegionInfo.i44 IsExecutable ();
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBMemoryRegionInfo.h62 bool IsExecutable();
/openbsd/src/gnu/llvm/lldb/source/Target/
DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/openbsd/src/gnu/llvm/llvm/tools/gold/
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/
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.cpp143 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
Dsanitizer_posix.cpp291 if (segment.IsExecutable() && in GetCodeRangeForFile()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h66 bool IsExecutable() const override;
DObjectFileJIT.cpp103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/openbsd/src/gnu/llvm/llvm/lib/Object/
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/
DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DObjectFile.h273 virtual bool IsExecutable() const = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h87 bool IsExecutable() const override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h106 bool IsExecutable() const override;
DObjectFilePECOFF.cpp499 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF
1161 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h108 bool IsExecutable() const override;
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
751 if (IsExecutable) { in printCOFFUnwindInfo()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp523 if (object.IsExecutable()) { in GetEntryPoint()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h552 bool IsExecutable();
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1451 bool Module::IsExecutable() { in IsExecutable() function in Module
1455 return GetObjectFile()->IsExecutable(); in IsExecutable()

12