Searched refs:NoCfCheck (Results 1 – 10 of 10) sorted by relevance
587 unsigned NoCfCheck : 1; variable678 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()757 ID.AddBoolean(NoCfCheck); in Profile()
532 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
176 def NoCfCheck : EnumAttr<"nocf_check", [FnAttr]>;
1896 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
959 case Attribute::NoCfCheck: in constructFunction()
1422 F->addFnAttr(Attribute::NoCfCheck); in createJumpTable()
3820 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,3827 (NoCfCheck ? NoCfCheckMask : 0) |
841 FI->NoCfCheck = info.getNoCfCheck(); in create()2235 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
1746 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()1980 return Attribute::NoCfCheck; in getAttrFromCode()
722 case Attribute::NoCfCheck: in getAttrKindEncoding()