Searched refs:getExecuteOnly (Results 1 – 3 of 3) sorted by relevance
110 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()119 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
176 Kind = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()185 Kind = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function