Searched refs:createIdentifiedStructType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp594 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
595 StructType *createIdentifiedStructType(LLVMContext &Context);
1201 return TypeList[ID] = createIdentifiedStructType(Context);
1204 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, function in class:BitcodeReader
1211 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { function in class:BitcodeReader
1854 Res = createIdentifiedStructType(Context, TypeName);
1883 Res = createIdentifiedStructType(Context, TypeName);

Completed in 108 milliseconds