Searched defs:createIdentifiedStructType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 78 milliseconds