Home
last modified time | relevance | path

Searched refs:doesNoCfCheck (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp109 !MF.getFunction().doesNoCfCheck()) { in runOnMachineFunction()
H A DX86FastISel.cpp3211 if ((CI && CI->doesNoCfCheck()) || (II && II->doesNoCfCheck())) in fastLowerCall()
H A DX86ISelLowering.cpp3609 (CI && CI->doesNoCfCheck()) || (II && II->doesNoCfCheck()); in LowerCall()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h517 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck() function
H A DInstrTypes.h1552 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }
H A DInstructions.h3776 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }