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.cpp516 llvm::Constant *CodeGenModule::getMemberFunctionPointer(llvm::Constant *Pointer, in getMemberFunctionPointer() function in CodeGenModule
531 llvm::Constant *CodeGenModule::getMemberFunctionPointer(const FunctionDecl *FD, in getMemberFunctionPointer() function in CodeGenModule
536 return getMemberFunctionPointer(getRawFunctionPointer(FD, Ty), FT); in getMemberFunctionPointer()
H A DCodeGenModule.h1038 llvm::Constant *getMemberFunctionPointer(const FunctionDecl *FD,
1041 llvm::Constant *getMemberFunctionPointer(llvm::Constant *Pointer,
H A DItaniumCXXABI.cpp1216 llvm::Constant *addr = CGM.getMemberFunctionPointer(MD, Ty); in BuildMemberPointer()
5159 return CGM.getMemberFunctionPointer(thunk, funcType); in getSignedVirtualMemberFunctionPointer()