Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp384 llvm::Constant *CodeGenModule::getMemberFunctionPointer(llvm::Constant *Pointer, in getMemberFunctionPointer() function in CodeGenModule
394 llvm::Constant *CodeGenModule::getMemberFunctionPointer(const FunctionDecl *FD, in getMemberFunctionPointer() function in CodeGenModule
399 return getMemberFunctionPointer(getRawFunctionPointer(FD, Ty), FT); in getMemberFunctionPointer()
H A DCodeGenModule.h977 llvm::Constant *getMemberFunctionPointer(const FunctionDecl *FD,
980 llvm::Constant *getMemberFunctionPointer(llvm::Constant *Pointer,
H A DItaniumCXXABI.cpp1205 llvm::Constant *addr = CGM.getMemberFunctionPointer(MD, Ty); in BuildMemberPointer()
5108 return CGM.getMemberFunctionPointer(thunk, funcType); in getSignedVirtualMemberFunctionPointer()