Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:TheModule

46   ARCRuntimeEntryPoints() : TheModule(nullptr),
58 TheModule = M;
71 assert(TheModule != nullptr && "Not initialized.");
103 Module *TheModule;
129 LLVMContext &C = TheModule->getContext();
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
145 LLVMContext &C = TheModule->getContext();
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
163 LLVMContext &C = TheModule->getContext();
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);