Searched refs:NonLazyBind (Results 1 – 5 of 5) sorted by relevance
72 const Attributes NonLazyBind = 1U<<31; ///< Function is called early and/or variable96 Hotpatch | UWTable | NonLazyBind;
77 if (Attrs & Attribute::NonLazyBind) in getAsString()
923 case lltok::kw_nonlazybind: Attrs |= Attribute::NonLazyBind; break; in ParseOptionalAttrs()
72 llvm::Attribute::NonLazyBind); in getMessageSendFn()
2296 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) { in LowerCall()