Lines Matching refs:GetFunctionAddress
160 IRForTarget::GetFunctionAddress (llvm::Function *fun,
216 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr);
227 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr);
266 if (!m_decl_map->GetFunctionAddress (name, fun_addr))
347 if (!GetFunctionAddress(fun,
351 return false; // GetFunctionAddress reports its own errors
741 if (!m_decl_map->GetFunctionAddress (g_CFStringCreateWithBytes_str, CFStringCreateWithBytes_addr))
1130 if (!m_decl_map->GetFunctionAddress (g_sel_registerName_str, sel_registerName_addr))