Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp704 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
705 StructType *createIdentifiedStructType(LLVMContext &Context);
1366 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1694 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1701 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
2491 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
2521 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()