Lines Matching refs:TheModule
84 Module *TheModule = nullptr;
122 TheModule = &M;
127 assert(TheModule == &M);
128 TheModule = nullptr;
175 Type *Int8PtrType = PointerType::getUnqual(TheModule->getContext());
176 SetJmp3 = TheModule->getOrInsertFunction(
178 Type::getInt32Ty(TheModule->getContext()),
179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())},
212 LLVMContext &Context = TheModule->getContext();
232 LLVMContext &Context = TheModule->getContext();
254 LLVMContext &Context = TheModule->getContext();
297 CxxLongjmpUnwind = TheModule->getOrInsertFunction(
327 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
338 TheModule, Intrinsic::frameaddress,
340 TheModule->getDataLayout().getAllocaAddrSpace())),
351 SehLongjmpUnwind = TheModule->getOrInsertFunction(
353 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType,
373 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_lsda), F);
399 TheModule);
628 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehregnode),
636 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehguard),