Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp128 !MF.getFunction().doesNoCfCheck()) { in runOnMachineFunction()
H A DX86FastISel.cpp3179 if (CB && CB->doesNoCfCheck()) in fastLowerCall()
H A DX86ISelLowering.cpp3931 bool HasNoCfCheck = (CB && CB->doesNoCfCheck()); in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h606 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck() function
H A DInstrTypes.h1842 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }