Searched defs:IsExecutable (Results 1 – 13 of 13) sorted by relevance
43 bool IsExecutable() const override { return false; } in IsExecutable() function
64 bool IsExecutable() const override { return false; } in IsExecutable() function
47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
80 bool IsExecutable() const override { in IsExecutable() function
69 bool IsExecutable() const override { return false; } in IsExecutable() function
72 bool IsExecutable() const override { return false; } in IsExecutable() function
61 bool IsExecutable() const override { return false; } in IsExecutable() function
109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
90 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
355 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
760 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
1402 bool Module::IsExecutable() { IsExecutable() function in Module
695 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF