Home
last modified time | relevance | path

Searched refs:EmitMemberPointer (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp112 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer() function in CGCXXABI
H A DCGCXXABI.h232 virtual llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
H A DMicrosoftCXXABI.cpp673 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
2884 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer() function in MicrosoftCXXABI
H A DItaniumCXXABI.cpp145 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
1051 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer() function in ItaniumCXXABI
H A DCGExprConstant.cpp2196 return CGM.getCXXABI().EmitMemberPointer(Value, DestType); in tryEmitPrivate()