Lines Matching refs:CodeGenModule

43   CodeGenModule &CGM;
45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils()
99 static llvm::Constant *buildFrom(CodeGenModule &CGM,
107 ConstantAggregateBuilder(CodeGenModule &CGM) in ConstantAggregateBuilder()
393 EmitArrayConstant(CodeGenModule &CGM, llvm::ArrayType *DesiredType,
399 CodeGenModule &CGM, ArrayRef<llvm::Constant *> Elems, in buildFrom()
547 CodeGenModule &CGM;
896 static ConstantAddress tryEmitGlobalCompoundLiteral(CodeGenModule &CGM, in tryEmitGlobalCompoundLiteral()
928 EmitArrayConstant(CodeGenModule &CGM, llvm::ArrayType *DesiredType, in EmitArrayConstant()
997 CodeGenModule &CGM;
1458 CodeGenModule &CGM;
1476 ReplacePlaceholders(CodeGenModule &CGM, llvm::Constant *base, in ReplacePlaceholders()
1605 static QualType getNonMemoryType(CodeGenModule &CGM, QualType type) { in getNonMemoryType()
1684 llvm::Constant *ConstantEmitter::emitForMemory(CodeGenModule &CGM, in emitForMemory()
1735 llvm::Constant *CodeGenModule::getNullPointer(llvm::PointerType *T, QualType QT) { in getNullPointer()
1757 CodeGenModule &CGM;
1954 CodeGenModule &CGM) { in emitConstantObjCStringLiteral()
2165 llvm::GlobalVariable *CodeGenModule::getAddrOfConstantCompoundLiteralIfEmitted( in getAddrOfConstantCompoundLiteralIfEmitted()
2170 void CodeGenModule::setAddrOfConstantCompoundLiteral( in setAddrOfConstantCompoundLiteral()
2178 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
2184 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant()
2199 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM,
2203 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant()
2288 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM, in EmitNullConstantForBase()
2301 llvm::Constant *ConstantEmitter::emitNullForMemory(CodeGenModule &CGM, in emitNullForMemory()
2306 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { in EmitNullConstant()
2337 CodeGenModule::EmitNullConstantForBase(const CXXRecordDecl *Record) { in EmitNullConstantForBase()