Searched defs:SetType (Results 1 – 13 of 13) sorted by relevance
233 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
796 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl804 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl809 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl815 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl822 void TypeImpl::SetType(const TypePair &pair, const CompilerType &dynamic) { in SetType() function in TypeImpl
227 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
84 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
87 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() function
147 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
289 void SetType(CompilerType type) { in SetType() function294 void SetType(lldb::TypeSP type) { in SetType() function
624 virtual void SetType(Type type) { m_type = type; } in SetType() function
181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType() function
117 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
188 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType() function in RegisterValue
193 using SetType = MachineValueTypeSet; member