Lines Matching refs:CodeGenModule

26 llvm::ConstantInt *CodeGenModule::getPointerAuthOtherDiscriminator(  in getPointerAuthOtherDiscriminator()
49 uint16_t CodeGen::getPointerAuthTypeDiscriminator(CodeGenModule &CGM, in getPointerAuthTypeDiscriminator()
54 uint16_t CodeGen::getPointerAuthDeclDiscriminator(CodeGenModule &CGM, in getPointerAuthDeclDiscriminator()
61 CodeGenModule::getPointerAuthDeclDiscriminator(GlobalDecl Declaration) { in getPointerAuthDeclDiscriminator()
74 CGPointerAuthInfo CodeGenModule::getFunctionPointerAuthInfo(QualType T) { in getFunctionPointerAuthInfo()
131 getPointerAuthInfoForPointeeType(CodeGenModule &CGM, QualType PointeeType) { in getPointerAuthInfoForPointeeType()
143 CGPointerAuthInfo CodeGenModule::getPointerAuthInfoForPointeeType(QualType T) { in getPointerAuthInfoForPointeeType()
149 static CGPointerAuthInfo getPointerAuthInfoForType(CodeGenModule &CGM, in getPointerAuthInfoForType()
165 CGPointerAuthInfo CodeGenModule::getPointerAuthInfoForType(QualType T) { in getPointerAuthInfoForType()
292 CodeGenModule::getConstantSignedPointer(llvm::Constant *Pointer, unsigned Key, in getConstantSignedPointer()
317 bool CodeGenModule::shouldSignPointer(const PointerAuthSchema &Schema) { in shouldSignPointer()
325 llvm::Constant *CodeGenModule::getConstantSignedPointer( in getConstantSignedPointer()
339 llvm::Constant *CodeGenModule::getFunctionPointer(llvm::Constant *Pointer, in getFunctionPointer()
353 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer()
368 CGPointerAuthInfo CodeGenModule::getMemberFunctionPointerAuthInfo(QualType FT) { in getMemberFunctionPointerAuthInfo()
384 llvm::Constant *CodeGenModule::getMemberFunctionPointer(llvm::Constant *Pointer, in getMemberFunctionPointer()
394 llvm::Constant *CodeGenModule::getMemberFunctionPointer(const FunctionDecl *FD, in getMemberFunctionPointer()
403 CodeGenModule::computeVTPointerAuthentication(const CXXRecordDecl *ThisClass) { in computeVTPointerAuthentication()
469 CodeGenModule::getVTablePointerAuthentication(const CXXRecordDecl *Record) { in getVTablePointerAuthentication()
485 CodeGenModule::getVTablePointerAuthInfo(CodeGenFunction *CGF, in getVTablePointerAuthInfo()