Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBMemoryRegionInfo.h62 bool IsExecutable();
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
HDObjectFilePlaceholder.h43 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
HDsanitizer_procmaps_mac.cpp66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
HDsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
HDsanitizer_symbolizer_report.cpp186 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
HDsanitizer_posix.cpp293 if (segment.IsExecutable() && in GetCodeRangeForFile()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
HDObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.h80 bool IsExecutable() const override { in IsExecutable() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Expression/
HDObjectFileJIT.h82 bool IsExecutable() const override;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
HDObjectFileJSON.h61 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOUniversalWriter.cpp355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
359 if (IsExecutable) in writeUniversalBinary()
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h256 virtual bool IsExecutable() const = 0;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h108 bool IsExecutable() const override;
HDObjectFileELF.cpp695 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
938 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDCOFFDump.cpp760 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
761 if (IsExecutable) { in printCOFFUnwindInfo()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h506 bool IsExecutable();
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp519 if (object.IsExecutable()) { in GetEntryPoint()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1399 bool Module::IsExecutable() { in IsExecutable() function in Module
1403 return GetObjectFile()->IsExecutable(); in IsExecutable()

12