/llvm-project/llvm/unittests/Support/ |
H A D | FileOutputBufferTest.cpp | 117 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local 118 EXPECT_TRUE(IsExecutable); in TEST()
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBMemoryRegionInfo.h | 62 bool IsExecutable();
|
/llvm-project/lldb/source/Target/ |
H A D | InstrumentationRuntime.cpp | 59 module_sp->IsExecutable()) { in ModulesDidLoad()
|
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 124 static bool IsExecutable = false; variable 380 IsExecutable = false; in onload() 384 IsExecutable = false; in onload() 388 IsExecutable = true; in onload() 392 IsExecutable = true; in onload() 811 (IsExecutable || !Res.DefaultVisibility)) in addModule()
|
/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.h | 43 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/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 | 186 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
|
H A D | sanitizer_posix.cpp | 293 if (segment.IsExecutable() && in GetCodeRangeForFile()
|
/llvm-project/lldb/test/API/python_api/find_in_memory/ |
H A D | address_ranges_helper.py | 41 test_base.assertFalse(region.IsExecutable())
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 69 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.h | 80 bool IsExecutable() const override { in IsExecutable() function
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | ObjectFileJIT.h | 82 bool IsExecutable() const override;
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 61 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local 359 if (IsExecutable) in writeUniversalBinary()
|
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 256 virtual bool IsExecutable() const = 0;
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.h | 87 bool IsExecutable() const override;
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 107 bool IsExecutable() const override;
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.h | 108 bool IsExecutable() const override;
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 778 bool IsExecutable = Rels.empty(); in printPrivateHeaders() 779 if (IsExecutable) { in printPrivateHeaders() 760 bool IsExecutable = Rels.empty(); printCOFFUnwindInfo() local
|