Searched defs:SetType (Results 1 – 10 of 10) sorted by relevance
188 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
817 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl827 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl832 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl838 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
204 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
83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
139 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
530 virtual void SetType(Type type) { m_type = 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
192 using SetType = MachineValueTypeSet; member