Home
last modified time | relevance | path

Searched refs:NoCfCheck (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h596 unsigned NoCfCheck : 1; variable
686 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()
766 ID.AddBoolean(NoCfCheck); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h565 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
H A DAttributes.td185 def NoCfCheck : EnumAttr<"nocf_check", [FnAttr]>;
H A DInstrTypes.h1992 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp967 case Attribute::NoCfCheck: in constructFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1534 F->addFnAttr(Attribute::NoCfCheck); in createJumpTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3935 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,
3942 (NoCfCheck ? NoCfCheckMask : 0) |
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp845 FI->NoCfCheck = info.getNoCfCheck(); in create()
2436 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1770 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()
2006 return Attribute::NoCfCheck; in getAttrFromCode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp751 case Attribute::NoCfCheck: in getAttrKindEncoding()