Searched defs:SetType (Results 1 – 14 of 14) sorted by relevance
199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
934 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl945 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl950 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl956 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() function
38 void WatchpointResource::SetType(bool read, bool write) { in SetType() function in WatchpointResource
181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType() function
211 #define SetType(n,t) \ macro
170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
584 virtual void SetType(Type type) { m_type = type; } in SetType() function
142 RegisterValue::Type RegisterValue::SetType(const RegisterInfo ®_info) { in SetType() function in RegisterValue
134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
196 using SetType = MachineValueTypeSet; member