Searched defs:getTypeByID (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp427 std::function<Type *(unsigned)> getTypeByID; member in class:__anon3413::MetadataLoader::MetadataLoaderImpl
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
H A DBitcodeReader.cpp621 Type *getTypeByID(unsigned ID) { function in class:__anon3411::BitcodeReader
[all...]

Completed in 151 milliseconds