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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
779 return TypeList[ID] = createIdentifiedStructType(Context);
782 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, function in class:__anon1158::BitcodeReader
789 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { function in class:__anon1158::BitcodeReader
1034 Res = createIdentifiedStructType(Context, TypeName);
1063 Res = createIdentifiedStructType(Context, TypeName);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
524 StructType *createIdentifiedStructType(LLVMContext &Context);
1054 return TypeList[ID] = createIdentifiedStructType(Context);
1057 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, function in class:__anon1161::BitcodeReader
1064 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { function in class:__anon1161::BitcodeReader
1329 Res = createIdentifiedStructType(Context, TypeName);
1358 Res = createIdentifiedStructType(Context, TypeName);

Completed in 844 milliseconds