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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp147 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { function in class:CGCXXABI
H A DCGCXXABI.h189 virtual llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
H A DCGExprConstant.cpp1441 return getCXXABI().EmitMemberPointer(Value, DestType);
H A DItaniumCXXABI.cpp140 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
850 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, function in class:ItaniumCXXABI
H A DMicrosoftCXXABI.cpp628 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT) override;
2607 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, function in class:MicrosoftCXXABI

Completed in 130 milliseconds