Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp109 m_intptr_type (), in ThreadPlanAssemblyTracer()
117 m_intptr_type (), in ThreadPlanAssemblyTracer()
133 if (!m_intptr_type.IsValid ()) in GetIntPointerType()
142m_intptr_type = TypeFromUser(exe_module->GetClangASTContext().GetBuiltinTypeForEncodingAndBitSize(… in GetIntPointerType()
146 return m_intptr_type; in GetIntPointerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanTracer.h124 TypeFromUser m_intptr_type; variable