Searched refs:getTypeByID (Results 1 – 3 of 3) sorted by relevance
42 std::function<Type *(unsigned)> getTypeByID);
620 Type *getTypeByID(unsigned ID) { in getTypeByID() function in __anon8c0d27130411::BitcodeReader670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()1675 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()1677 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()1679 B.addByRefAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock()1681 B.addPreallocatedAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock()1683 B.addInAllocaAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()1805 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody()1826 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()1832 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody()[all …]
424 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl647 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument651 TheModule(TheModule), getTypeByID(std::move(getTypeByID)), in MetadataLoaderImpl()1237 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata()1257 Type *Ty = getTypeByID(Record[i]); in parseOneMetadata()1279 Type *Ty = getTypeByID(Record[0]); in parseOneMetadata()2313 std::function<Type *(unsigned)> getTypeByID) in MetadataLoader() argument2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()