Home
last modified time | relevance | path

Searched refs:getVTablePointerAuthentication (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp469 CodeGenModule::getVTablePointerAuthentication(const CXXRecordDecl *Record) { in getVTablePointerAuthentication() function in CodeGenModule
488 auto Authentication = getVTablePointerAuthentication(Record); in getVTablePointerAuthInfo()
H A DCodeGenModule.h1014 getVTablePointerAuthentication(const CXXRecordDecl *thisClass);
H A DCGExprConstant.cpp817 if (auto Authentication = CGM.getVTablePointerAuthentication(CD)) { in Build()