Home | History | Annotate | Download | only in generated

Lines Matching full:func_art_portable_throw_div_zero_from_code

477 Function* func_art_portable_throw_div_zero_from_code = mod->getFunction("art_portable_throw_div_zero_from_code");
478 if (!func_art_portable_throw_div_zero_from_code) {
479 func_art_portable_throw_div_zero_from_code = Function::Create(
483 func_art_portable_throw_div_zero_from_code->setCallingConv(CallingConv::C);
486 func_art_portable_throw_div_zero_from_code->setAttributes(func_art_portable_throw_div_zero_from_code_PAL);