Lines Matching refs:VMContext

55   llvm::LLVMContext &VMContext;  member in __anonaa8b92cd0111::ObjCCommonTypesHelper
107 llvm::Type *longDoubleType = llvm::Type::getX86_FP80Ty(VMContext); in getMessageSendFp2retFn()
850 llvm::LLVMContext &VMContext; member in __anonaa8b92cd0111::CGObjCCommonMac
1088 : CGObjCRuntime(cgm), VMContext(cgm.getLLVMContext()) {} in CGObjCCommonMac()
1829 static llvm::Constant *getConstantGEP(llvm::LLVMContext &VMContext, in getConstantGEP() argument
1833 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0), in getConstantGEP()
1834 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx1) in getConstantGEP()
2006 llvm::ConstantDataArray::getString(VMContext, Entry.first()); in GenerateConstantNSString()
2836 return getConstantGEP(VMContext, Entry, 0, 0); in getBitmapBlockLayout()
4165 llvm::ConstantDataArray::getString(VMContext, Name, NullTerminate); in CreateCStringLiteral()
5098 llvm::MDString::get(VMContext, Section)); in EmitImageInfo()
5100 auto Int8Ty = llvm::Type::getInt8Ty(VMContext); in EmitImageInfo()
5120 llvm::MDString::get(VMContext, "Objective-C Garbage Collection"), in EmitImageInfo()
5124 llvm::MDNode::get(VMContext, Ops)); in EmitImageInfo()
5258 return getConstantGEP(VMContext, Entry, 0, 0); in GetClassName()
5604 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarName()
5619 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarType()
5630 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarType()
5638 return getConstantGEP(VMContext, Entry, 0, 0); in GetPropertyName()
5707 : VMContext(cgm.getLLVMContext()), CGM(cgm), ExternalProtocolPtrTy(nullptr) in ObjCCommonTypesHelper()
5788 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5834 llvm::StructType::create(VMContext, "struct._objc_protocol"); in ObjCTypesHelper()
5837 llvm::StructType::create(VMContext, "struct._objc_protocol_list"); in ObjCTypesHelper()
5869 llvm::StructType::create(VMContext, "struct._objc_ivar_list"); in ObjCTypesHelper()
5874 llvm::StructType::create(VMContext, "struct._objc_method_list"); in ObjCTypesHelper()
5882 ClassTy = llvm::StructType::create(VMContext, "struct._objc_class"); in ObjCTypesHelper()
5986 llvm::StructType::create(VMContext, "struct._objc_protocol_list"); in ObjCNonFragileABITypesHelper()
6063 ClassnfABITy = llvm::StructType::create(VMContext, "struct._class_t"); in ObjCNonFragileABITypesHelper()
7188 llvm::MDNode::get(VMContext, std::nullopt)); in EmitIvarOffset()
7587 llvm::MDNode::get(VMContext, std::nullopt)); in EmitSelector()