Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h587 unsigned NoCfCheck : 1; variable
678 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()
757 ID.AddBoolean(NoCfCheck); in Profile()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h532 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
H A DAttributes.td176 def NoCfCheck : EnumAttr<"nocf_check", [FnAttr]>;
H A DInstrTypes.h1896 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp959 case Attribute::NoCfCheck: in constructFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1422 F->addFnAttr(Attribute::NoCfCheck); in createJumpTable()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h3820 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,
3827 (NoCfCheck ? NoCfCheckMask : 0) |
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp841 FI->NoCfCheck = info.getNoCfCheck(); in create()
2235 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1746 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()
1980 return Attribute::NoCfCheck; in getAttrFromCode()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp722 case Attribute::NoCfCheck: in getAttrKindEncoding()