Searched refs:GetFunctionAddress (Results 1 – 4 of 4) sorted by relevance
275 GetFunctionAddress (const ConstString &name,
203 GetFunctionAddress (llvm::Function *function,
160 IRForTarget::GetFunctionAddress (llvm::Function *fun, in GetFunctionAddress() function in IRForTarget216 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr); in GetFunctionAddress()227 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr); in GetFunctionAddress()266 if (!m_decl_map->GetFunctionAddress (name, fun_addr)) in GetFunctionAddress()347 if (!GetFunctionAddress(fun, in ResolveFunctionPointers()741 … if (!m_decl_map->GetFunctionAddress (g_CFStringCreateWithBytes_str, CFStringCreateWithBytes_addr)) in RewriteObjCConstString()1130 if (!m_decl_map->GetFunctionAddress (g_sel_registerName_str, sel_registerName_addr)) in RewriteObjCSelector()
528 ClangExpressionDeclMap::GetFunctionAddress in GetFunctionAddress() function in ClangExpressionDeclMap