Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp730 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
731 StructType *createIdentifiedStructType(LLVMContext &Context);
1425 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1773 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1780 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
2618 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
2648 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()