Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp593 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
594 StructType *createIdentifiedStructType(LLVMContext &Context);
1175 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1178 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1185 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
1867 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
1896 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()