Lines Matching refs:TheModule
673 const Module* TheModule; member in llvm::SlotTracker
895 : TheModule(M), ShouldInitializeAllMetadata(ShouldInitializeAllMetadata) {} in SlotTracker()
900 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker()
904 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker()
907 if (TheModule) { in initializeIfNeeded()
909 TheModule = nullptr; ///< Prevent re-processing next time we're called. in initializeIfNeeded()
929 for (const GlobalVariable &Var : TheModule->globals()) { in processModule()
938 for (const GlobalAlias &A : TheModule->aliases()) { in processModule()
943 for (const GlobalIFunc &I : TheModule->ifuncs()) { in processModule()
949 for (const NamedMDNode &NMD : TheModule->named_metadata()) { in processModule()
954 for (const Function &F : *TheModule) { in processModule()
2330 const Module *TheModule = nullptr; member in __anon1811b1fd0611::AssemblyWriter
2428 : Out(o), TheModule(M), Machine(Mac), TypePrinter(M), AnnotationWriter(AAW), in AssemblyWriter()
2431 if (!TheModule) in AssemblyWriter()
2433 for (const GlobalObject &GO : TheModule->global_objects()) in AssemblyWriter()
2452 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeOperand()
2509 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeParamOperand()
2540 WriteAsOperandInternal(Out, Input, &TypePrinter, &Machine, TheModule); in writeOperandBundles()
3972 WriteAsOperandInternal(Out, I.second, &TypePrinter, &Machine, TheModule); in printMetadataAttachments()
3995 WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule); in printMDNodeBody()