Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp59 CGCXXABI::EmitMemberDataPointerAddress(CodeGenFunction &CGF, const Expr *E, in EmitMemberDataPointerAddress() function in CGCXXABI
H A DCGCXXABI.h171 EmitMemberDataPointerAddress(CodeGenFunction &CGF, const Expr *E,
H A DItaniumCXXABI.cpp129 EmitMemberDataPointerAddress(CodeGenFunction &CGF, const Expr *E,
851 llvm::Value *ItaniumCXXABI::EmitMemberDataPointerAddress( in EmitMemberDataPointerAddress() function in ItaniumCXXABI
H A DMicrosoftCXXABI.cpp667 EmitMemberDataPointerAddress(CodeGenFunction &CGF, const Expr *E,
3108 llvm::Value *MicrosoftCXXABI::EmitMemberDataPointerAddress( in EmitMemberDataPointerAddress() function in MicrosoftCXXABI
H A DCGClass.cpp155 CGM.getCXXABI().EmitMemberDataPointerAddress(*this, E, base, in EmitCXXMemberDataPointerAddress()