Lines Matching refs:getLLVMContext

776           llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0));  in CreateType()
786 llvm::Type::getInt64Ty(CGM.getLLVMContext()), NumElems - 1)); in CreateType()
847 llvm::Type::getInt64Ty(CGM.getLLVMContext()), 0)); in CreateType()
1225 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_type_tag")), in CreatePointerLikeType()
1226 llvm::MDString::get(CGM.getLLVMContext(), Tag)}; in CreatePointerLikeType()
1228 llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CreatePointerLikeType()
1819 C = llvm::ConstantInt::get(CGM.getLLVMContext(), Value->getInt()); in CreateRecordStaticField()
1821 C = llvm::ConstantFP::get(CGM.getLLVMContext(), Value->getFloat()); in CreateRecordStaticField()
2263 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral()))); in CollectTemplateParams()
2434 llvm::MDString::get(CGM.getLLVMContext(), StringRef("btf_decl_tag")), in CollectBTFDeclTagAnnotations()
2435 llvm::MDString::get(CGM.getLLVMContext(), I->getBTFDeclTag())}; in CollectBTFDeclTagAnnotations()
2436 Annotations.push_back(llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CollectBTFDeclTagAnnotations()
2607 node = llvm::MDNode::get(CGM.getLLVMContext(), std::nullopt); in addHeapAllocSiteMetadata()
3287 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count ? Count : -1)); in CreateType()
3313 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumColumns())); in CreateType()
3316 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
3383 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Count)); in CreateType()
3566 return llvm::DILocation::get(CGM.getLLVMContext(), /*Line=*/0, /*Column=*/0, in CreateTrapFailureMessageFor()
4602 llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(CurLoc), in EmitLocation()
4635 CGM.getLLVMContext(), getLineNumber(Loc), getColumnNumber(Loc), in EmitLexicalBlockStart()
4850 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
4919 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
5025 llvm::DILocation::get(CGM.getLLVMContext(), Line, in EmitDeclare()
5073 llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitLabel()
5149 auto DL = llvm::DILocation::get(CGM.getLLVMContext(), Line, Column, in EmitDeclareOfBlockDeclRefVariable()
5336 llvm::DILocation::get(CGM.getLLVMContext(), line, in EmitDeclareOfBlockLiteralArgVariable()
6100 return llvm::DILocation::get(CGM.getLLVMContext(), getLineNumber(Loc), in SourceLocToDebugLoc()