Home | History | Annotate | Download | only in X86

Lines Matching defs:TheModule

90   Module *TheModule = nullptr;
128 TheModule = &M;
133 assert(TheModule == &M);
134 TheModule = nullptr;
175 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext());
176 SetJmp3 = TheModule->getOrInsertFunction(
178 Type::getInt32Ty(TheModule->getContext()),
179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())},
217 LLVMContext &Context = TheModule->getContext();
236 LLVMContext &Context = TheModule->getContext();
258 LLVMContext &Context = TheModule->getContext();
291 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {});
302 CxxLongjmpUnwind = TheModule->getOrInsertFunction(
321 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {});
333 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
343 Intrinsic::getDeclaration(TheModule, Intrinsic::frameaddress),
354 SehLongjmpUnwind = TheModule->getOrInsertFunction(
356 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType,
377 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_lsda), FI8);
403 TheModule);
639 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehregnode),
647 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehguard),