Lines Matching refs:TheModule
314 const Module* TheModule; member in __anone32a09910211::SlotTracker
429 : TheModule(M), TheFunction(0), FunctionProcessed(false), in SlotTracker()
436 : TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false), in SlotTracker()
441 if (TheModule) { in initialize()
443 TheModule = 0; ///< Prevent re-processing next time we're called. in initialize()
456 for (Module::const_global_iterator I = TheModule->global_begin(), in processModule()
457 E = TheModule->global_end(); I != E; ++I) { in processModule()
464 I = TheModule->named_metadata_begin(), in processModule()
465 E = TheModule->named_metadata_end(); I != E; ++I) { in processModule()
472 for (Module::const_iterator I = TheModule->begin(), E = TheModule->end(); in processModule()
1146 const Module *TheModule; member in __anone32a09910311::AssemblyWriter
1154 : Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW) { in AssemblyWriter()
1194 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeOperand()
1232 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule); in writeParamOperand()
2033 TheModule); in printInstruction()
2076 WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule); in printMDNodeBody()