reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 TheModule = &M; 126 assert(TheModule == &M); 127 TheModule = nullptr; 174 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); 175 SetJmp3 = TheModule->getOrInsertFunction( 177 Type::getInt32Ty(TheModule->getContext()), 178 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, 216 LLVMContext &Context = TheModule->getContext(); 235 LLVMContext &Context = TheModule->getContext(); 257 LLVMContext &Context = TheModule->getContext(); 290 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {}); 301 CxxLongjmpUnwind = TheModule->getOrInsertFunction( 320 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {}); 332 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); 343 TheModule, Intrinsic::frameaddress, 345 TheModule->getDataLayout().getAllocaAddrSpace())), 356 SehLongjmpUnwind = TheModule->getOrInsertFunction( 358 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, 379 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_lsda), FI8); 405 TheModule); 643 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehregnode), 651 Intrinsic::getDeclaration(TheModule, Intrinsic::x86_seh_ehguard),