Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h650 …llvm::Constant *m_CFStringCreateWithBytes; ///< The address of the functi… variable
/external/lldb/source/Expression/
DIRForTarget.cpp106 m_CFStringCreateWithBytes(NULL), in IRForTarget()
735 if (!m_CFStringCreateWithBytes) in RewriteObjCConstString()
789 m_CFStringCreateWithBytes = ConstantExpr::getIntToPtr(CFSCWB_addr_int, CFSCWB_ptr_ty); in RewriteObjCConstString()
814 return CallInst::Create(m_CFStringCreateWithBytes, in RewriteObjCConstString()