Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp737 lldb::addr_t CFStringCreateWithBytes_addr; in RewriteObjCConstString() local
741 … if (!m_decl_map->GetFunctionAddress (g_CFStringCreateWithBytes_str, CFStringCreateWithBytes_addr)) in RewriteObjCConstString()
753 … log->Printf("Found CFStringCreateWithBytes at 0x%" PRIx64, CFStringCreateWithBytes_addr); in RewriteObjCConstString()
788 … Constant *CFSCWB_addr_int = ConstantInt::get(intptr_ty, CFStringCreateWithBytes_addr, false); in RewriteObjCConstString()