Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp596 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 …]
H A DMetadataLoader.h42 std::function<Type *(unsigned)> getTypeByID);
H A DMetadataLoader.cpp424 std::function<Type *(unsigned)> getTypeByID; member in MetadataLoader::MetadataLoaderImpl
647 std::function<Type *(unsigned)> getTypeByID, in MetadataLoaderImpl() argument
651 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() argument
2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()