Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp334 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
335 StructType *createIdentifiedStructType(LLVMContext &Context);
1269 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1272 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1279 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
1765 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
1794 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()