Searched refs:getTypeByID (Results 1 – 3 of 3) sorted by relevance
596 Type *getTypeByID(unsigned ID);1778 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody()1805 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody()1827 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody()1904 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody()1915 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody()2772 Type *OpTy = getTypeByID(Record[0]); in parseConstants()3198 Type *Ty = getTypeByID(Record[0]); in parseGlobalVarRecord()3299 Type *FTy = getTypeByID(Record[0]); in parseFunctionRecord()4790 Type *Ty = getTypeByID(Record[0]); in parseFunctionBody()[all …]
42 std::function<Type *(unsigned)> getTypeByID);
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()