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);
788 return TypeList[ID] = createIdentifiedStructType(Context);
791 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, function in class:__anon1362::BitcodeReader
798 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { function in class:__anon1362::BitcodeReader
1043 Res = createIdentifiedStructType(Context, TypeName);
1072 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);
1063 return TypeList[ID] = createIdentifiedStructType(Context);
1066 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, function in class:__anon1365::BitcodeReader
1073 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { function in class:__anon1365::BitcodeReader
1338 Res = createIdentifiedStructType(Context, TypeName);
1367 Res = createIdentifiedStructType(Context, TypeName);

Completed in 100 milliseconds