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

  /external/lldb/source/Symbol/
Function.cpp 207 m_type_uid (type_uid),
231 m_type_uid (type_uid),
366 else if (m_type_uid != LLDB_INVALID_UID)
368 s->Printf(", type_uid = 0x%8.8" PRIx64, m_type_uid);
473 m_type = sym_file->ResolveTypeUID(m_type_uid);
  /external/lldb/include/lldb/Symbol/
Function.h 312 /// specific function type (Function::m_type_uid), have a simple
624 lldb::user_id_t m_type_uid; ///< The user ID of for the prototype Type for this function. member in class:lldb_private::Function

Completed in 43 milliseconds