Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp596 Type *getTypeByID(unsigned ID);
639 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
1165 Type *BitcodeReader::getTypeByID(unsigned ID) { in getTypeByID() function in BitcodeReader
1657 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1778 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody()
1799 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
1805 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody()
1818 if (Type *T = getTypeByID(Record[i])) { in parseTypeTableBody()
1827 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody()
1839 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
[all …]
DMetadataLoader.h42 std::function<Type *(unsigned)> getTypeByID);
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()