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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp427 std::function<Type *(unsigned)> getTypeByID; member in class:__anon1670::MetadataLoader::MetadataLoaderImpl
635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, std::function<Type *(unsigned)> getTypeByID, bool IsImporting) argument
2132 MetadataLoader(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, bool IsImporting, std::function<Type *(unsigned)> getTypeByID) argument
H A DBitcodeReader.cpp620 Type *getTypeByID(unsigned ID) { function in class:__anon1668::BitcodeReader
[all...]

Completed in 168 milliseconds