Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp89 : ThreadPlanTracer(thread, stream_sp), m_disassembler_sp(), m_intptr_type(), in ThreadPlanAssemblyTracer()
93 : ThreadPlanTracer(thread), m_disassembler_sp(), m_intptr_type(), in ThreadPlanAssemblyTracer()
104 if (!m_intptr_type.IsValid()) { in GetIntPointerType()
114 m_intptr_type = TypeFromUser(ts->GetBuiltinTypeForEncodingAndBitSize( in GetIntPointerType()
120 return m_intptr_type; in GetIntPointerType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanTracer.h87 TypeFromUser m_intptr_type; variable