Searched refs:NoCfCheck (Results 1 – 13 of 13) sorted by relevance
587 unsigned NoCfCheck : 1; variable675 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()743 ID.AddBoolean(NoCfCheck); in Profile()
53 .Case("nocf_check", Attribute::NoCfCheck) in parseAttrKind()
605 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
149 def NoCfCheck : EnumAttr<"nocf_check">;
1843 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
975 case Attribute::NoCfCheck: in constructFunction()
437 if (hasAttribute(Attribute::NoCfCheck)) in getAsString()
1661 case Attribute::NoCfCheck: in isFuncOnlyAttr()
3688 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,3695 (NoCfCheck ? NoCfCheckMask : 0) |
825 FI->NoCfCheck = info.getNoCfCheck(); in create()2098 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
1286 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()1474 return Attribute::NoCfCheck; in getAttrFromCode()
683 case Attribute::NoCfCheck: in getAttrKindEncoding()
1397 case lltok::kw_nocf_check: B.addAttribute(Attribute::NoCfCheck); break; in parseFnAttributeValuePairs()