Searched refs:getTypeByName (Results 1 – 6 of 6) sorted by relevance
308 StructType *getTypeByName(StringRef Name) const;
618 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
384 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
653 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos))) in computeTypeMapping()
2020 Type* Ty = TheModule->getTypeByName(typeName); in printType()
560 * See the method [llvm::Module::getTypeByName] *)