Searched refs:getTypeByName (Results 1 – 13 of 13) sorted by relevance
278 StructType *getTypeByName(StringRef Name) const;
311 StructType *getTypeByName(StringRef Name) const;
545 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
563 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
563 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
344 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
178 auto cplx_t = module->getTypeByName("complex64"); in PrimitiveTypeToIrType()
705 StructType *DST = DstM.getTypeByName(ST->getName().substr(0, DotPos)); in computeTypeMapping()
734 if (auto OldST = M->getTypeByName(Name)) in transType()1292 auto CPSTy = M->getTypeByName(CPSName); in oclTransConstantPipeStorage()
211 auto OpaqueType = M->getTypeByName(Name); in getOrCreateOpaquePtrType()
1883 Type* Ty = TheModule->getTypeByName(typeName); in printType()
559 * See the method [llvm::Module::getTypeByName] *)
693 See the method [llvm::Module::getTypeByName] *)