Searched defs:IsExecutable (Results 1 – 11 of 11) sorted by relevance
47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
66 bool IsExecutable() const override { return false; } in IsExecutable() function
71 bool IsExecutable() const override { return false; } in IsExecutable() function
72 bool IsExecutable() const override { return false; } in IsExecutable() function
101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
614 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon02ea81f40111::PlaceholderObjectFile
1456 bool Module::IsExecutable() { in IsExecutable() function in Module
660 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF