Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangExpressionDeclMap.h275 GetFunctionAddress (const ConstString &name,
DIRForTarget.h203 GetFunctionAddress (llvm::Function *function,
/external/lldb/source/Expression/
DIRForTarget.cpp160 IRForTarget::GetFunctionAddress (llvm::Function *fun, in GetFunctionAddress() function in IRForTarget
216 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()
DClangExpressionDeclMap.cpp528 ClangExpressionDeclMap::GetFunctionAddress in GetFunctionAddress() function in ClangExpressionDeclMap