Home
last modified time | relevance | path

Searched refs:baseForVTableAuthentication (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp545 Context.baseForVTableAuthentication(ThisClass); in computeVTPointerAuthentication()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3700 baseForVTableAuthentication(const CXXRecordDecl *ThisClass);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp7348 Context.baseForVTableAuthentication(ThisRD); in mangleOverrideDiscrimination()
H A DASTContext.cpp1712 const CXXRecordDecl *BaseType = Context.baseForVTableAuthentication(Class); in primaryBaseHaseAddressDiscriminatedVTableAuthentication()
15112 ASTContext::baseForVTableAuthentication(const CXXRecordDecl *ThisClass) { in baseForVTableAuthentication() function in ASTContext