HomeSort by relevance Sort by last modified time
    Searched refs:GetFunctionAddress (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 275 GetFunctionAddress (const ConstString &name,
IRForTarget.h 203 GetFunctionAddress (llvm::Function *function,
  /external/lldb/source/Expression/
IRForTarget.cpp 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))
    [all...]
ClangExpressionDeclMap.cpp 528 ClangExpressionDeclMap::GetFunctionAddress
    [all...]

Completed in 656 milliseconds