reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
627 LLVMContext &C = M.getContext(); 630 Function *SetjmpF = M.getFunction("setjmp"); 631 Function *LongjmpF = M.getFunction("longjmp"); 639 ThrewGV = getGlobalVariableI32(M, IRB, "__THREW__"); 640 ThrewValueGV = getGlobalVariableI32(M, IRB, "__threwValue"); 643 GlobalValue::ExternalLinkage, "getTempRet0", &M); 646 GlobalValue::ExternalLinkage, "setTempRet0", &M); 658 "__resumeException", &M); 664 "llvm_eh_typeid_for", &M); 666 for (Function &F : M) { 682 "emscripten_longjmp_jmpbuf", &M); 696 Function::Create(FTy, GlobalValue::ExternalLinkage, "saveSetjmp", &M); 702 Function::Create(FTy, GlobalValue::ExternalLinkage, "testSetjmp", &M); 707 "emscripten_longjmp", &M);