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

  /external/lldb/source/Symbol/
ClangExternalASTSourceCommon.cpp 71 uint64_t isa_ptr = GetISAPtr (); local
72 if (isa_ptr != 0)
74 s->Printf ("isa_ptr=0x%" PRIx64, isa_ptr);
  /external/lldb/include/lldb/Symbol/
ClangExternalASTSourceCommon.h 88 SetISAPtr (uint64_t isa_ptr)
90 m_isa_ptr = isa_ptr;

Completed in 535 milliseconds