Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
788 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
791 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
798 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
1043 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()
1072 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
524 StructType *createIdentifiedStructType(LLVMContext &Context);
1063 return TypeList[ID] = createIdentifiedStructType(Context); in getTypeByID()
1066 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader
1073 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader
1338 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()
1367 Res = createIdentifiedStructType(Context, TypeName); in ParseTypeTableBody()