Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h587 unsigned NoCfCheck : 1; variable
675 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()
743 ID.AddBoolean(NoCfCheck); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h606 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
H A DAttributes.td167 def NoCfCheck : EnumAttr<"nocf_check", [FnAttr]>;
H A DInstrTypes.h1842 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp977 case Attribute::NoCfCheck: in constructFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3688 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,
3695 (NoCfCheck ? NoCfCheckMask : 0) |
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp826 FI->NoCfCheck = info.getNoCfCheck(); in create()
2099 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1254 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()
1446 return Attribute::NoCfCheck; in getAttrFromCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp685 case Attribute::NoCfCheck: in getAttrKindEncoding()