Searched defs:EmitMemberPointer (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp99 llvm::Constant *CGCXXABI::EmitMemberPointer(const CXXMethodDecl *MD) { function in class:CGCXXABI
110 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { function in class:CGCXXABI
H A DItaniumCXXABI.cpp84 llvm::Constant *EmitMemberPointer(const CXXMethodDecl *MD);
87 llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
523 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const CXXMethodDecl *MD) { function in class:ItaniumCXXABI
586 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, function in class:ItaniumCXXABI
H A DMicrosoftCXXABI.cpp247 virtual llvm::Constant *EmitMemberPointer(const CXXMethodDecl *MD);
248 virtual llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
783 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const CXXMethodDecl *MD) { function in class:MicrosoftCXXABI
787 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, function in class:MicrosoftCXXABI

Completed in 88 milliseconds