Lines Matching refs:TheModule
423 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
510 if (NamedMDNode *CUNodes = TheModule.getNamedMetadata("llvm.dbg.cu")) in upgradeCUVariables()
524 for (auto &GV : TheModule.globals()) { in upgradeCUVariables()
645 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() argument
649 : MetadataList(TheModule.getContext(), Stream.SizeInBytes()), in MetadataLoaderImpl()
650 ValueList(ValueList), Stream(Stream), Context(TheModule.getContext()), in MetadataLoaderImpl()
651 TheModule(TheModule), getTypeByID(std::move(getTypeByID)), in MetadataLoaderImpl()
822 NamedMDNode *NMD = TheModule.getOrInsertNamedMetadata(Name); in lazyLoadModuleMetadataBlock()
1210 NamedMDNode *NMD = TheModule.getOrInsertNamedMetadata(Name); in parseOneMetadata()
2253 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
2310 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader() argument
2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()