Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp174 bool IsExecutable = in shouldAssumeDSOLocal() local
176 if (IsExecutable) { in shouldAssumeDSOLocal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h69 bool IsExecutable();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp60 module_sp->IsExecutable()) { in ModulesDidLoad()
H A DTarget.cpp1458 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
H A DProcess.cpp3206 if (module_sp && module_sp->IsExecutable()) { in CompleteAttach()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
H A Dsanitizer_procmaps_mac.cc67 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
68 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cc70 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_symbolizer_report.cc134 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
H A Dsanitizer_posix.cc286 if (segment.IsExecutable() && in GetCodeRangeForFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp74 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h67 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h64 bool IsExecutable() const override;
H A DObjectFileJIT.cpp109 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp596 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
597 if (IsExecutable) { in printCOFFUnwindInfo()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc189 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h273 virtual bool IsExecutable() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h110 bool IsExecutable() const override;
H A DObjectFileELF.cpp797 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
1038 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h624 bool IsExecutable();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp534 if (object.IsExecutable()) { in GetEntryPoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1482 bool Module::IsExecutable() { in IsExecutable() function in Module
1486 return GetObjectFile()->IsExecutable(); in IsExecutable()