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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h42 std::function<Type *(unsigned)> getTypeByID);
H A DBitcodeReader.cpp621 Type *getTypeByID(unsigned ID) { function in class:__anon3411::BitcodeReader
671 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
1651 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1653 B.addPreallocatedAttr(getTypeByID(Record[++i]));
1772 ResultTy = getTypeByID(Record[0]);
1786 if (Type *T = getTypeByID(Record[i]))
1792 ResultTy = getTypeByID(Record[2]);
1805 if (Type *T = getTypeByID(Record[i])) {
1814 ResultTy = getTypeByID(Record[1]);
1826 if (Type *T = getTypeByID(Recor
[all...]
H A DMetadataLoader.cpp427 std::function<Type *(unsigned)> getTypeByID; member in class:__anon3413::MetadataLoader::MetadataLoaderImpl
637 std::function<Type *(unsigned)> getTypeByID,
641 TheModule(TheModule), getTypeByID(std::move(getTypeByID)),
1152 Type *Ty = getTypeByID(Record[0]);
1172 Type *Ty = getTypeByID(Record[i]);
1194 Type *Ty = getTypeByID(Record[0]);
2171 std::function<Type *(unsigned)> getTypeByID)
2173 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {}
635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, std::function<Type *(unsigned)> getTypeByID, bool IsImporting) argument
2168 MetadataLoader(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, bool IsImporting, std::function<Type *(unsigned)> getTypeByID) argument

Completed in 69 milliseconds