Searched refs:NoCfCheck (Results 1 – 25 of 26) sorted by relevance
12
568 unsigned NoCfCheck : 1; variable656 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()724 ID.AddBoolean(NoCfCheck); in Profile()
46 .Case("nocf_check", Attribute::NoCfCheck) in parseAttrKind()
53 .Case("nocf_check", Attribute::NoCfCheck) in parseAttrKind()
26 NoCfCheck,95 .Case("nocf_check", Attribute::NoCfCheck)288 return llvm::Attribute::NoCfCheck;
541 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
116 def NoCfCheck : EnumAttr<"nocf_check">;
1716 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
3837 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
582 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
143 def NoCfCheck : EnumAttr<"nocf_check">;
1801 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
917 case Attribute::NoCfCheck: in constructFunction()
341 if (hasAttribute(Attribute::NoCfCheck)) in getAsString()
1508 case Attribute::NoCfCheck: in isFuncOnlyAttr()
973 case Attribute::NoCfCheck: in constructFunction()
400 if (hasAttribute(Attribute::NoCfCheck)) in getAsString()
1600 case Attribute::NoCfCheck: in isFuncOnlyAttr()
3677 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,3684 (NoCfCheck ? NoCfCheckMask : 0) |
823 FI->NoCfCheck = info.getNoCfCheck(); in create()1990 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
1273 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()1481 return Attribute::NoCfCheck; in getAttrFromCode()
1281 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()1467 return Attribute::NoCfCheck; in getAttrFromCode()
665 case Attribute::NoCfCheck: in getAttrKindEncoding()
677 case Attribute::NoCfCheck: in getAttrKindEncoding()
1366 case lltok::kw_nocf_check: B.addAttribute(Attribute::NoCfCheck); break; in parseFnAttributeValuePairs()