Lines Matching defs:TheModule
87 Module *TheModule = nullptr;
128 TheModule = &M;
133 assert(TheModule == &M);
134 TheModule = nullptr;
180 Type *Int8PtrType = PointerType::getUnqual(TheModule->getContext());
181 SetJmp3 = TheModule->getOrInsertFunction(
183 Type::getInt32Ty(TheModule->getContext()),
184 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())},
219 LLVMContext &Context = TheModule->getContext();
237 LLVMContext &Context = TheModule->getContext();
259 LLVMContext &Context = TheModule->getContext();
299 CxxLongjmpUnwind = TheModule->getOrInsertFunction(
329 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
340 Builder.getPtrTy(TheModule->getDataLayout().getAllocaAddrSpace()),
351 SehLongjmpUnwind = TheModule->getOrInsertFunction(
353 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType,
403 TheModule);