Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp709 Type *getTypeByID(unsigned ID);
3850 Type *Ty = getTypeByID(TyID); in parseGlobalVarRecord()
3863 Ty = getTypeByID(TyID); in parseGlobalVarRecord()
3981 Type *FTy = getTypeByID(FTyID); in parseFunctionRecord()
3986 FTy = getTypeByID(FTyID); in parseFunctionRecord()
4164 Type *Ty = getTypeByID(TypeID); in parseGlobalIndirectSymbolRecord()
4175 Ty = getTypeByID(TypeID); in parseGlobalIndirectSymbolRecord()
4971 Ty = getTypeByID(TyID); in parseFunctionBody()
4988 Ty = getTypeByID(TyID); in parseFunctionBody()
5800 Type *Ty = getTypeByID(TyID); in parseFunctionBody()
[all …]