Lines Matching refs:TheModule
416 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
489 if (NamedMDNode *CUNodes = TheModule.getNamedMetadata("llvm.dbg.cu")) in upgradeCUVariables()
503 for (auto &GV : TheModule.globals()) { in upgradeCUVariables()
625 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() argument
629 : MetadataList(TheModule.getContext()), ValueList(ValueList), in MetadataLoaderImpl()
630 Stream(Stream), Context(TheModule.getContext()), TheModule(TheModule), in MetadataLoaderImpl()
764 NamedMDNode *NMD = TheModule.getOrInsertNamedMetadata(Name); in lazyLoadModuleMetadataBlock()
1044 NamedMDNode *NMD = TheModule.getOrInsertNamedMetadata(Name); in parseOneMetadata()
1953 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
2005 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader() argument
2010 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()