Searched refs:Hotpatch (Results 1 – 3 of 3) sorted by relevance
68 const Attributes Hotpatch = 1<<29; ///< Function should have special variable96 Hotpatch | UWTable | NonLazyBind;
75 if (Attrs & Attribute::Hotpatch) in getAsString()
922 case lltok::kw_hotpatch: Attrs |= Attribute::Hotpatch; break; in ParseOptionalAttrs()