Searched refs:addBitCast (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1739 metaclassFields.addBitCast( in GenerateClass() 1908 classFields.addBitCast( in GenerateClass() 2831 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 2838 Method.addBitCast(FnPtr, IMPTy); in GenerateMethodList() 2937 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure() 2966 Elements.addBitCast(Protocols, PtrTy); in GenerateClassStructure() 3039 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList() 3172 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3175 Elements.addBitCast(GenerateMethodList( in GenerateProtocolHolderCategory() 3186 ProtocolElements.addBitCast(iter->getValue(), PtrTy); in GenerateProtocolHolderCategory() [all …]
|
| H A D | CGObjCMac.cpp | 2048 Fields.addBitCast(GV, CGM.Int8PtrTy); in GenerateConstantNSString() 3629 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in GenerateClass() 3684 values.addBitCast(GetClassName(Root->getObjCRuntimeNameAsString()), in EmitMetaClass() 3690 values.addBitCast(GetClassName(Super->getObjCRuntimeNameAsString()), in EmitMetaClass() 3893 description.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodDescriptionConstant() 3912 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() 3915 method.addBitCast(fn, ObjCTypes.Int8PtrTy); in emitMethodConstant() 5262 array.addBitCast(DefinedClasses[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 5265 array.addBitCast(DefinedCategories[i], ObjCTypes.Int8PtrTy); in EmitModuleSymbols() 6801 method.addBitCast(GetMethodVarName(MD->getSelector()), in emitMethodConstant() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 208 void addBitCast(llvm::Constant *value, llvm::Type *type) { in addBitCast() function
|