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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp427 std::function<Type *(unsigned)> getTypeByID; member in class:__anon4495::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:__anon4493::BitcodeReader
[all...]

Completed in 140 milliseconds