Searched refs:createIdentifiedStructType (Results 1 – 2 of 2) sorted by relevance
250 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);251 StructType *createIdentifiedStructType(LLVMContext &Context);
588 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()591 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader598 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader1037 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()1066 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()