| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo 102 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsExecutable); in IsExecutable() 194 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsExecutable, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBMemoryRegionInfo.i | 41 IsExecutable ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 58 bool IsExecutable();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 59 module_sp->IsExecutable()) { in ModulesDidLoad()
|
| H A D | Target.cpp | 1425 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
|
| /freebsd-13.1/contrib/llvm-project/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 | 137 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
|
| H A D | sanitizer_posix.cpp | 281 if (segment.IsExecutable() && in GetCodeRangeForFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.h | 71 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 66 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 64 bool IsExecutable() const override;
|
| H A D | ObjectFileJIT.cpp | 112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOUniversalWriter.cpp | 309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local 313 if (IsExecutable) in writeUniversalBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 614 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local 615 if (IsExecutable) { in printCOFFUnwindInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 271 virtual bool IsExecutable() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 107 bool IsExecutable() const override;
|
| H A D | ObjectFileELF.cpp | 660 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF 889 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 200 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 519 bool IsExecutable();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 533 if (object.IsExecutable()) { in GetEntryPoint()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1456 bool Module::IsExecutable() { in IsExecutable() function in Module 1460 return GetObjectFile()->IsExecutable(); in IsExecutable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon02ea81f40111::PlaceholderObjectFile
|