Searched refs:createIdentifiedStructType (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 593 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name); 594 StructType *createIdentifiedStructType(LLVMContext &Context); 1196 return TypeList[ID] = createIdentifiedStructType(Context); in getFullyStructuredTypeByID() 1199 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader 1206 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader 1857 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody() 1886 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 334 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()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 593 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name); 594 StructType *createIdentifiedStructType(LLVMContext &Context); 1202 return TypeList[ID] = createIdentifiedStructType(Context); in getFullyStructuredTypeByID() 1205 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() function in BitcodeReader 1212 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() function in BitcodeReader 1865 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody() 1894 Res = createIdentifiedStructType(Context, TypeName); in parseTypeTableBody()
|