Searched defs:IsExecutable (Results 1 – 6 of 6) sorted by relevance
47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
44 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
614 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
122 static bool IsExecutable = false; variable