Searched refs:addBitCast (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1745 metaclassFields.addBitCast( in GenerateClass() 1914 classFields.addBitCast( in GenerateClass() 2916 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 2923 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 3022 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure() 3051 Elements.addBitCast(Protocols, PtrTy); in GenerateClassStructure() 3257 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3260 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3274 Elements.addBitCast( in GenerateProtocolHolderCategory() 3355 Elements.addBitCast( in GenerateCategory() [all …]
|
| H A D | CGObjCMac.cpp | 2021 Fields.addBitCast(GV, CGM.Int8PtrTy); in GenerateConstantNSString() 3564 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in GenerateClass() 3619 values.addBitCast(GetClassName(Root->getObjCRuntimeNameAsString()), in EmitMetaClass() 3625 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in EmitMetaClass() 3828 description.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodDescriptionConstant() 3847 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() 3850 method.addBitCast(fn, ObjCTypes.Int8PtrTy); in emitMethodConstant() 5209 array.addBitCast(DefinedClasses[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 5212 array.addBitCast(DefinedCategories[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 6768 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 208 void addBitCast(llvm::Constant *value, llvm::Type *type) { in addBitCast() function
|