Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLLVMContext

234     Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
254 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
275 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(),
284 llvm::Type *Ty = llvm::Type::getInt8Ty(CGM.getLLVMContext());
320 llvm::Type *Ty = llvm::Type::getInt8Ty(CGM.getLLVMContext());
439 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
469 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
1174 llvm::ConstantInt::get(llvm::Type::getInt8Ty(CGM.getLLVMContext()),
1290 llvm::Type *i8 = llvm::Type::getInt8Ty(CGM.getLLVMContext());