Searched refs:getTypeByID (Results 1 – 3 of 3) sorted by relevance
708 Type *getTypeByID(unsigned ID);3699 Type *Ty = getTypeByID(TyID); in parseGlobalVarRecord()3712 Ty = getTypeByID(TyID); in parseGlobalVarRecord()3810 Type *FTy = getTypeByID(FTyID); in parseFunctionRecord()3815 FTy = getTypeByID(FTyID); in parseFunctionRecord()3987 Type *Ty = getTypeByID(TypeID); in parseGlobalIndirectSymbolRecord()3998 Ty = getTypeByID(TypeID); in parseGlobalIndirectSymbolRecord()4763 Ty = getTypeByID(TyID); in parseFunctionBody()4780 Ty = getTypeByID(TyID); in parseFunctionBody()5591 Type *Ty = getTypeByID(TyID); in parseFunctionBody()[all …]
42 std::function<Type *(unsigned)> getTypeByID);
410 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl634 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument638 TheModule(TheModule), getTypeByID(std::move(getTypeByID)), in MetadataLoaderImpl()1223 Type *Ty = getTypeByID(TyID); in parseOneMetadata()1247 Type *Ty = getTypeByID(TyID); in parseOneMetadata()1273 Type *Ty = getTypeByID(TyID); in parseOneMetadata()2350 std::function<Type *(unsigned)> getTypeByID) in MetadataLoader() argument2352 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()