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

  /external/lldb/source/Target/
ThreadPlanTracer.cpp 106 m_intptr_type (),
114 m_intptr_type (),
130 if (!m_intptr_type.IsValid ())
139 m_intptr_type = TypeFromUser(exe_module->GetClangASTContext().GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, target_sp->GetArchitecture().GetAddressByteSize() * 8));
143 return m_intptr_type;
  /external/lldb/include/lldb/Target/
ThreadPlanTracer.h 124 TypeFromUser m_intptr_type; member in class:lldb_private::ThreadPlanAssemblyTracer

Completed in 50 milliseconds