Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp113 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer() function in CGCXXABI
H A DCGCXXABI.h206 virtual llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
H A DItaniumCXXABI.cpp145 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
1088 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer() function in ItaniumCXXABI
H A DMicrosoftCXXABI.cpp654 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
2778 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer() function in MicrosoftCXXABI
H A DCGExprConstant.cpp2160 return CGM.getCXXABI().EmitMemberPointer(Value, DestType); in tryEmitPrivate()