Searched refs:ExecuteOnly (Results 1 – 1 of 1) sorted by relevance
35 ExecuteOnly, enumerator127 bool isText() const { return K == Text || K == ExecuteOnly; } in isText()129 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly()191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()