Searched refs:addBitCast (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1735 metaclassFields.addBitCast( in GenerateClass() 1904 classFields.addBitCast( in GenerateClass() 2827 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 2834 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 2933 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure() 2962 Elements.addBitCast(Protocols, PtrTy); in GenerateClassStructure() 3035 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList() 3168 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3171 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3182 ProtocolElements.addBitCast(iter->getValue(), PtrTy); in GenerateProtocolHolderCategory() [all …]
|
D | CGObjCMac.cpp | 2029 Fields.addBitCast(GV, CGM.Int8PtrTy); in GenerateConstantNSString() 3607 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in GenerateClass() 3662 values.addBitCast(GetClassName(Root->getObjCRuntimeNameAsString()), in EmitMetaClass() 3668 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in EmitMetaClass() 3871 description.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodDescriptionConstant() 3890 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() 3893 method.addBitCast(fn, ObjCTypes.Int8PtrTy); in emitMethodConstant() 5240 array.addBitCast(DefinedClasses[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 5243 array.addBitCast(DefinedCategories[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 6778 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() [all …]
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 208 void addBitCast(llvm::Constant *value, llvm::Type *type) { in addBitCast() function
|