Searched refs:NoCfCheck (Results 1 – 10 of 10) sorted by relevance
596 unsigned NoCfCheck : 1; variable686 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()766 ID.AddBoolean(NoCfCheck); in Profile()
565 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
185 def NoCfCheck : EnumAttr<"nocf_check", [FnAttr]>;
1992 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
967 case Attribute::NoCfCheck: in constructFunction()
1534 F->addFnAttr(Attribute::NoCfCheck); in createJumpTable()
3935 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,3942 (NoCfCheck ? NoCfCheckMask : 0) |
845 FI->NoCfCheck = info.getNoCfCheck(); in create()2436 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
1770 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()2006 return Attribute::NoCfCheck; in getAttrFromCode()
751 case Attribute::NoCfCheck: in getAttrKindEncoding()