Searched defs:SetType (Results 1 – 12 of 12) sorted by relevance
194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
842 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl853 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl858 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl864 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
85 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
155 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
578 virtual void SetType(Type type) { m_type = type; } in SetType() function
211 #define SetType(n,t) \ macro
127 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
152 RegisterValue::Type RegisterValue::SetType(const RegisterInfo ®_info) { in SetType() function in RegisterValue
70 void SetType(Type t) { m_type = t; } in SetType() function
193 using SetType = MachineValueTypeSet; member