|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/IR/AttributesCompatFunc.inc 95 .Case("nocf_check", Attribute::NoCfCheck)
288 return llvm::Attribute::NoCfCheck;
include/llvm/IR/Function.h 535 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); }
include/llvm/IR/InstrTypes.h 1691 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
include/llvm/IR/Instructions.h 3831 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
lib/AsmParser/LLParser.cpp 1292 case lltok::kw_nocf_check: B.addAttribute(Attribute::NoCfCheck); break;
lib/Bitcode/Reader/BitcodeReader.cpp 1272 case Attribute::NoCfCheck: return 1ULL << 57;
1480 return Attribute::NoCfCheck;
lib/Bitcode/Writer/BitcodeWriter.cpp 664 case Attribute::NoCfCheck:
lib/IR/Attributes.cpp 341 if (hasAttribute(Attribute::NoCfCheck))
lib/IR/Verifier.cpp 1506 case Attribute::NoCfCheck:
lib/Transforms/CFGuard/CFGuard.cpp 258 if (cfguard_module_flag != 2 || F.hasFnAttribute(Attribute::NoCfCheck))
280 F.addFnAttr(Attribute::NoCfCheck);
lib/Transforms/IPO/ForceFunctionAttrs.cpp 44 .Case("nocf_check", Attribute::NoCfCheck)
lib/Transforms/Utils/CodeExtractor.cpp 917 case Attribute::NoCfCheck:
tools/clang/lib/CodeGen/CGCall.cpp 1882 FuncAttrs.addAttribute(llvm::Attribute::NoCfCheck);