Lines Matching refs:CodeGenModule

40   CodeGenModule &CGM;
607 static ConstantAddress tryEmitGlobalCompoundLiteral(CodeGenModule &CGM, in tryEmitGlobalCompoundLiteral()
639 EmitArrayConstant(CodeGenModule &CGM, const ConstantArrayType *DestType, in EmitArrayConstant()
710 CodeGenModule &CGM;
1290 CodeGenModule &CGM;
1308 ReplacePlaceholders(CodeGenModule &CGM, llvm::Constant *base, in ReplacePlaceholders()
1437 static QualType getNonMemoryType(CodeGenModule &CGM, QualType type) { in getNonMemoryType()
1516 llvm::Constant *ConstantEmitter::emitForMemory(CodeGenModule &CGM, in emitForMemory()
1567 llvm::Constant *CodeGenModule::getNullPointer(llvm::PointerType *T, QualType QT) { in getNullPointer()
1589 CodeGenModule &CGM;
2002 llvm::GlobalVariable *CodeGenModule::getAddrOfConstantCompoundLiteralIfEmitted( in getAddrOfConstantCompoundLiteralIfEmitted()
2007 void CodeGenModule::setAddrOfConstantCompoundLiteral( in setAddrOfConstantCompoundLiteral()
2015 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
2021 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant()
2036 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM,
2040 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant()
2125 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM, in EmitNullConstantForBase()
2138 llvm::Constant *ConstantEmitter::emitNullForMemory(CodeGenModule &CGM, in emitNullForMemory()
2143 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { in EmitNullConstant()
2174 CodeGenModule::EmitNullConstantForBase(const CXXRecordDecl *Record) { in EmitNullConstantForBase()