Home | History | Annotate | Download | only in Expression

Lines Matching refs:m_func_name

102     m_func_name(func_name),
2623 Function* main_function = m_module->getFunction(StringRef(m_func_name.c_str()));
2628 log->Printf("Couldn't find \"%s()\" in the module", m_func_name.c_str());
2631 m_error_stream->Printf("Internal error [IRForTarget]: Couldn't find wrapper '%s' in the module", m_func_name.c_str());