Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h568 unsigned NoCfCheck : 1; variable
656 bool isNoCfCheck() const { return NoCfCheck; } in isNoCfCheck()
724 ID.AddBoolean(NoCfCheck); in Profile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp46 .Case("nocf_check", Attribute::NoCfCheck) in parseAttrKind()
/external/llvm-project/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp53 .Case("nocf_check", Attribute::NoCfCheck) in parseAttrKind()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc26 NoCfCheck,
95 .Case("nocf_check", Attribute::NoCfCheck)
288 return llvm::Attribute::NoCfCheck;
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc26 NoCfCheck,
95 .Case("nocf_check", Attribute::NoCfCheck)
288 return llvm::Attribute::NoCfCheck;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h541 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
DAttributes.td116 def NoCfCheck : EnumAttr<"nocf_check">;
DInstrTypes.h1716 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
DInstructions.h3837 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h582 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck()
DAttributes.td143 def NoCfCheck : EnumAttr<"nocf_check">;
DInstrTypes.h1801 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp917 case Attribute::NoCfCheck: in constructFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp341 if (hasAttribute(Attribute::NoCfCheck)) in getAsString()
DVerifier.cpp1508 case Attribute::NoCfCheck: in isFuncOnlyAttr()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp973 case Attribute::NoCfCheck: in constructFunction()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp400 if (hasAttribute(Attribute::NoCfCheck)) in getAsString()
DVerifier.cpp1600 case Attribute::NoCfCheck: in isFuncOnlyAttr()
/external/llvm-project/clang/include/clang/AST/
DType.h3677 bool producesResult, bool noCallerSavedRegs, bool NoCfCheck,
3684 (NoCfCheck ? NoCfCheckMask : 0) |
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp823 FI->NoCfCheck = info.getNoCfCheck(); in create()
1990 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck); in ConstructAttributeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1273 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()
1481 return Attribute::NoCfCheck; in getAttrFromCode()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1281 case Attribute::NoCfCheck: return 1ULL << 57; in getRawAttributeMask()
1467 return Attribute::NoCfCheck; in getAttrFromCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp665 case Attribute::NoCfCheck: in getAttrKindEncoding()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp677 case Attribute::NoCfCheck: in getAttrKindEncoding()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1366 case lltok::kw_nocf_check: B.addAttribute(Attribute::NoCfCheck); break; in parseFnAttributeValuePairs()

12