| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 174 bool IsExecutable = in shouldAssumeDSOLocal() local 176 if (IsExecutable) { in shouldAssumeDSOLocal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 69 bool IsExecutable();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 60 module_sp->IsExecutable()) { in ModulesDidLoad()
|
| H A D | Target.cpp | 1458 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
|
| H A D | Process.cpp | 3206 if (module_sp && module_sp->IsExecutable()) { in CompleteAttach()
|
| /freebsd-12.1/contrib/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.cc | 67 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges() 68 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
| H A D | sanitizer_procmaps_common.cc | 70 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_symbolizer_report.cc | 134 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
|
| H A D | sanitizer_posix.cc | 286 if (segment.IsExecutable() && in GetCodeRangeForFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 74 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 67 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 64 bool IsExecutable() const override;
|
| H A D | ObjectFileJIT.cpp | 109 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 596 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local 597 if (IsExecutable) { in printCOFFUnwindInfo()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cc | 189 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 273 virtual bool IsExecutable() const = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 110 bool IsExecutable() const override;
|
| H A D | ObjectFileELF.cpp | 797 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 D | Module.h | 624 bool IsExecutable();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 534 if (object.IsExecutable()) { in GetEntryPoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 1482 bool Module::IsExecutable() { in IsExecutable() function in Module 1486 return GetObjectFile()->IsExecutable(); in IsExecutable()
|