Home
last modified time | relevance | path

Searched refs:getTypeByID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp708 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 …]
H A DMetadataLoader.h42 std::function<Type *(unsigned)> getTypeByID);
H A DMetadataLoader.cpp410 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl
634 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument
638 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() argument
2352 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()