Searched defs:GetFunctionAddress (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp528 ClangExpressionDeclMap::GetFunctionAddress function in class:ClangExpressionDeclMap
H A DIRForTarget.cpp160 IRForTarget::GetFunctionAddress (llvm::Function *fun, function in class:IRForTarget
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))

Completed in 572 milliseconds