Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp550 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
551 StructType *createIdentifiedStructType(LLVMContext &Context);
1108 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1111 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1118 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
1713 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
1742 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()