Searched refs:getTypeByName (Results 1 – 5 of 5) sorted by relevance
270 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
589 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()
814 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
2715 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()