Searched refs:IsExecutable (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i41 IsExecutable ();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h58 bool IsExecutable();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp101 bool SBMemoryRegionInfo::IsExecutable() { function in class:SBMemoryRegionInfo
102 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsExecutable);
158 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsExecutable, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) {
H A DTarget.cpp1421 load_dependents = executable_sp->IsExecutable();
H A DProcess.cpp3078 if (module_sp && module_sp->IsExecutable()) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } function in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable());
H A Dsanitizer_procmaps_mac.cpp66 if (!data_ || !data_->nsects || IsExecutable()) {
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
H A Dsanitizer_symbolizer_report.cpp136 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable())
H A Dsanitizer_posix.cpp279 if (segment.IsExecutable() &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h66 bool IsExecutable() const override { return false; }
/freebsd-13-stable/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; } function in class:ObjectFileJIT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp174 bool IsExecutable = local
176 if (IsExecutable) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; }
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp615 bool IsExecutable = Rels.empty(); local
616 if (IsExecutable) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h260 virtual bool IsExecutable() const = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h107 bool IsExecutable() const override;
H A DObjectFileELF.cpp646 bool ObjectFileELF::IsExecutable() const { function in class:ObjectFileELF
876 if (!ParseHeader() || !IsExecutable())
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h523 bool IsExecutable();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp202 segment.IsReadable() && segment.IsExecutable() &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp533 if (object.IsExecutable()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1470 bool Module::IsExecutable() { function in class:Module
1474 return GetObjectFile()->IsExecutable();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp72 bool IsExecutable() const override { return false; }

Completed in 614 milliseconds

12