Searched refs:getTypeByName (Results 1 – 6 of 6) sorted by relevance
272 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
583 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
762 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName()766 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
813 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
2591 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
766 See the method [llvm::Module::getTypeByName] *)