Searched defs:StorageAddress (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 83 EmitPointerAuthBlendDiscriminator(llvm::Value * StorageAddress,llvm::Value * Discriminator) EmitPointerAuthBlendDiscriminator() argument 93 EmitPointerAuthInfo(const PointerAuthSchema & Schema,llvm::Value * StorageAddress,GlobalDecl SchemaDecl,QualType SchemaType) EmitPointerAuthInfo() argument 119 getConstantSignedPointer(llvm::Constant * Pointer,unsigned Key,llvm::Constant * StorageAddress,llvm::ConstantInt * OtherDiscriminator) getConstantSignedPointer() argument 153 getConstantSignedPointer(llvm::Constant * Pointer,const PointerAuthSchema & Schema,llvm::Constant * StorageAddress,GlobalDecl SchemaDecl,QualType SchemaType) getConstantSignedPointer() argument 271 getVTablePointerAuthInfo(CodeGenFunction * CGF,const CXXRecordDecl * Record,llvm::Value * StorageAddress) getVTablePointerAuthInfo() argument [all...] |
H A D | ConstantInitBuilder.cpp | 308 llvm::Constant *StorageAddress = nullptr; in addSignedPointer() local
|
H A D | CGExprConstant.cpp | 1837 llvm::GlobalValue *StorageAddress = nullptr; tryEmitConstantSignedPointer() local
|