Lines Matching refs:TheModule

570   const Module* TheModule;  member in llvm::SlotTracker
740 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false), in SlotTracker()
747 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker()
753 if (TheModule) { in initialize()
755 TheModule = nullptr; ///< Prevent re-processing next time we're called. in initialize()
768 for (const GlobalVariable &Var : TheModule->globals()) { in processModule()
773 for (const GlobalAlias &A : TheModule->aliases()) { in processModule()
779 for (const NamedMDNode &NMD : TheModule->named_metadata()) { in processModule()
784 for (const Function &F : *TheModule) { in processModule()
2004 const Module *TheModule; member in __anond169a03a0611::AssemblyWriter
2070 : Out(o), TheModule(M), Machine(Mac), AnnotationWriter(AAW), in AssemblyWriter()
2073 if (!TheModule) in AssemblyWriter()
2075 TypePrinter.incorporateTypes(*TheModule); in AssemblyWriter()
2076 for (const Function &F : *TheModule) in AssemblyWriter()
2079 for (const GlobalVariable &GV : TheModule->globals()) in AssemblyWriter()
2093 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeOperand()
2162 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeParamOperand()
2193 WriteAsOperandInternal(Out, Input, &TypePrinter, &Machine, TheModule); in writeOperandBundles()
3127 TheModule->getMDKindNames(MDNames); in printMetadataAttachments()
3138 WriteAsOperandInternal(Out, I.second, &TypePrinter, &Machine, TheModule); in printMetadataAttachments()
3161 WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule); in printMDNodeBody()