Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h42 std::function<Type *(unsigned)> getTypeByID);
H A DBitcodeReader.cpp620 Type *getTypeByID(unsigned ID) { in getTypeByID() function in __anon8c0d27130411::BitcodeReader
670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
1675 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1677 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1679 B.addByRefAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock()
1681 B.addPreallocatedAttr(getTypeByID(Record[++i])); in parseAttributeGroupBlock()
1683 B.addInAllocaAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
1805 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody()
1826 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
1832 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody()
[all …]
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()