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

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.h 107 std::unique_ptr<Address> m_PrintForDebugger_addr;
AppleObjCRuntime.cpp 203 if (!m_PrintForDebugger_addr.get())
216 m_PrintForDebugger_addr.reset(new Address(context.symbol->GetAddress()));
219 return m_PrintForDebugger_addr.get();

Completed in 35 milliseconds