Searched refs:getVTablePointerAuthentication (Results 1 – 3 of 3) sorted by relevance
469 CodeGenModule::getVTablePointerAuthentication(const CXXRecordDecl *Record) { in getVTablePointerAuthentication() function in CodeGenModule488 auto Authentication = getVTablePointerAuthentication(Record); in getVTablePointerAuthInfo()
1014 getVTablePointerAuthentication(const CXXRecordDecl *thisClass);
817 if (auto Authentication = CGM.getVTablePointerAuthentication(CD)) { in Build()