Home
last modified time | relevance | path

Searched refs:BranchProtectionInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp211 const TargetInfo::BranchProtectionInfo &BPI, llvm::Function &F) { in setBranchProtectionFnAttributes()
240 const TargetInfo::BranchProtectionInfo &BPI, llvm::AttrBuilder &FuncAttrs) { in initBranchProtectionFnAttributes()
H A DTargetInfo.h420 setBranchProtectionFnAttributes(const TargetInfo::BranchProtectionInfo &BPI,
425 initBranchProtectionFnAttributes(const TargetInfo::BranchProtectionInfo &BPI,
H A DCGCall.cpp2008 TargetInfo::BranchProtectionInfo BPI(LangOpts); in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1403 class BranchProtectionInfo {
1433 BranchProtectionInfo() in BranchProtectionInfo() function
1439 BranchProtectionInfo(const LangOptions &LangOpts) { in BranchProtectionInfo() function
1464 BranchProtectionInfo &BPI, in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h157 BranchProtectionInfo &BPI,
H A DAArch64.h105 BranchProtectionInfo &BPI,
H A DARM.cpp405 BranchProtectionInfo &BPI, in validateBranchProtection()
H A DAArch64.cpp244 BranchProtectionInfo &BPI, in validateBranchProtection()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp147 TargetInfo::BranchProtectionInfo BPI{}; in setTargetAttributes()
172 TargetInfo::BranchProtectionInfo BPI(CGM.getLangOpts()); in setTargetAttributes()
H A DAArch64.cpp123 TargetInfo::BranchProtectionInfo BPI(CGM.getLangOpts()); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2994 TargetInfo::BranchProtectionInfo BPI{}; in checkTargetAttr()