Lines Matching refs:getLLVMContext

766           llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0));  in CreateType()
776 llvm::Type::getInt64Ty(CGM.getLLVMContext()), NumElems - 1)); in CreateType()
837 llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0)); in CreateType()
1206 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_type_tag")), in CreatePointerLikeType()
1207 llvm::MDString::get(CGM.getLLVMContext(), Tag)}; in CreatePointerLikeType()
1209 llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CreatePointerLikeType()
1693 C = llvm::ConstantInt::get(CGM.getLLVMContext(), Value->getInt()); in CreateRecordStaticField()
1695 C = llvm::ConstantFP::get(CGM.getLLVMContext(), Value->getFloat()); in CreateRecordStaticField()
2137 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral()))); in CollectTemplateParams()
2308 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_decl_tag")), in CollectBTFDeclTagAnnotations()
2309 llvm::MDString::get(CGM.getLLVMContext(), I->getBTFDeclTag())}; in CollectBTFDeclTagAnnotations()
2310 Annotations.push_back(llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CollectBTFDeclTagAnnotations()
2481 node = llvm::MDNode::get(CGM.getLLVMContext(), std::nullopt); in addHeapAllocSiteMetadata()
3161 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count ? Count : -1)); in CreateType()
3187 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumColumns())); in CreateType()
3190 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
3257 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count)); in CreateType()
4449 llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(CurLoc), in EmitLocation()
4482 CGM.getLLVMContext(), getLineNumber(Loc), getColumnNumber(Loc), in EmitLexicalBlockStart()
4697 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4766 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4890 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4938 llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitLabel()
5014 auto DL = llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitDeclareOfBlockDeclRefVariable()
5201 llvm::DILocation::get(CGM.getLLVMContext(), line, in EmitDeclareOfBlockLiteralArgVariable()
5917 return llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(Loc), in SourceLocToDebugLoc()