Lines Matching refs:getLLVMContext

742               llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0));  in CreateType()
808 llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0)); in CreateType()
1166 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_type_tag")), in CreatePointerLikeType()
1167 llvm::MDString::get(CGM.getLLVMContext(), Tag)}; in CreatePointerLikeType()
1169 llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CreatePointerLikeType()
1572 C = llvm::ConstantInt::get(CGM.getLLVMContext(), Value->getInt()); in CreateRecordStaticField()
1574 C = llvm::ConstantFP::get(CGM.getLLVMContext(), Value->getFloat()); in CreateRecordStaticField()
2033 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral()))); in CollectTemplateParams()
2196 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_decl_tag")), in CollectBTFDeclTagAnnotations()
2197 llvm::MDString::get(CGM.getLLVMContext(), I->getBTFDeclTag())}; in CollectBTFDeclTagAnnotations()
2198 Annotations.push_back(llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CollectBTFDeclTagAnnotations()
2369 node = llvm::MDNode::get(CGM.getLLVMContext(), std::nullopt); in addHeapAllocSiteMetadata()
3016 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count ? Count : -1)); in CreateType()
3042 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumColumns())); in CreateType()
3045 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
3112 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count)); in CreateType()
4304 llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(CurLoc), in EmitLocation()
4337 CGM.getLLVMContext(), getLineNumber(Loc), getColumnNumber(Loc), in EmitLexicalBlockStart()
4552 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4621 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4706 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4750 llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitLabel()
4826 auto DL = llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitDeclareOfBlockDeclRefVariable()
5012 llvm::DILocation::get(CGM.getLLVMContext(), line, in EmitDeclareOfBlockLiteralArgVariable()
5743 return llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(Loc), in SourceLocToDebugLoc()