Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h62 bool IsExecutable();
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp59 module_sp->IsExecutable()) { in ModulesDidLoad()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h43 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-src/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.cpp186 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
H A Dsanitizer_posix.cpp293 if (segment.IsExecutable() && in GetCodeRangeForFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h80 bool IsExecutable() const override { in IsExecutable() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h82 bool IsExecutable() const override;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h61 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
359 if (IsExecutable) in writeUniversalBinary()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h256 virtual bool IsExecutable() const = 0;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h108 bool IsExecutable() const override;
H A DObjectFileELF.cpp695 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
938 if (!ParseHeader() || !IsExecutable()) in GetBaseAddress()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp760 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
761 if (IsExecutable) { in printCOFFUnwindInfo()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h506 bool IsExecutable();
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp519 if (object.IsExecutable()) { in GetEntryPoint()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1399 bool Module::IsExecutable() { in SetSymbolFileFileSpec()
1403 return GetObjectFile()->IsExecutable(); in IsExecutable()
1402 bool Module::IsExecutable() { IsExecutable() function in Module

12