Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CGF

1412                                       CodeGenFunction &CGF) {
1415 Locs.push_back(llvm::ConstantInt::get(CGF.Int32Ty,
1419 const SourceManager &SM = CGF.CGM.getContext().getSourceManager();
1420 const LangOptions &LangOpts = CGF.CGM.getLangOpts();
1427 CGF.Target);
1428 Locs.push_back(llvm::ConstantInt::get(CGF.Int32Ty,
1433 return llvm::MDNode::get(CGF.getLLVMContext(), Locs);