diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 8b65348..585c4ea 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -972,6 +972,10 @@ public: CGPointerAuthInfo getFunctionPointerAuthInfo(QualType T); + CGPointerAuthInfo getPointerAuthInfoForPointeeType(QualType type); + + CGPointerAuthInfo getPointerAuthInfoForType(QualType type); + bool shouldSignPointer(const PointerAuthSchema &Schema); llvm::Constant *getConstantSignedPointer(llvm::Constant *Pointer, const PointerAuthSchema &Schema, |