Home
last modified time | relevance | path

Searched refs:func_art_f2i (Results 1 – 1 of 1) sorted by relevance

/art/compiler/llvm/generated/
Dart_module.cc972 Function* func_art_f2i = mod->getFunction("art_f2i"); in makeLLVMModuleContents() local
973 if (!func_art_f2i) { in makeLLVMModuleContents()
974 func_art_f2i = Function::Create( in makeLLVMModuleContents()
978 func_art_f2i->setCallingConv(CallingConv::C); in makeLLVMModuleContents()
981 func_art_f2i->setAttributes(func_art_f2i_PAL); in makeLLVMModuleContents()