Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp101 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 DSBMemoryRegionInfo.i41 IsExecutable ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h58 bool IsExecutable();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
H A DTarget.cpp1425 load_dependents = executable_sp->IsExecutable(); in SetExecutableModule()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
H A Dsanitizer_procmaps_mac.cpp66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_symbolizer_report.cpp137 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
H A Dsanitizer_posix.cpp281 if (segment.IsExecutable() && in GetCodeRangeForFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h71 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h66 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h64 bool IsExecutable() const override;
H A DObjectFileJIT.cpp112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp309 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 DCOFFDump.cpp614 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
615 if (IsExecutable) { in printCOFFUnwindInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h271 virtual bool IsExecutable() const = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h107 bool IsExecutable() const override;
H A DObjectFileELF.cpp660 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 Dtsan_platform_linux.cpp200 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h519 bool IsExecutable();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp533 if (object.IsExecutable()) { in GetEntryPoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1456 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 DProcessMinidump.cpp72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon02ea81f40111::PlaceholderObjectFile

12