Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp102 if (F.doesNoCfCheck()) in needsPrologueENDBR()
H A DX86FastISel.cpp3172 if (CB && CB->doesNoCfCheck()) in fastLowerCall()
H A DX86ISelLowering.cpp4427 bool HasNoCfCheck = (CB && CB->doesNoCfCheck()); in LowerCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h532 bool doesNoCfCheck() const { return hasFnAttribute(Attribute::NoCfCheck); } in doesNoCfCheck() function
H A DInstrTypes.h1896 bool doesNoCfCheck() const { return hasFnAttr(Attribute::NoCfCheck); }