Searched refs:ShouldTreatScalarValueAsAddress (Results 1 – 4 of 4) sorted by relevance
119 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue()
214 bool CompilerType::ShouldTreatScalarValueAsAddress() const { in ShouldTreatScalarValueAsAddress() function in CompilerType217 return type_system_sp->ShouldTreatScalarValueAsAddress(m_type); in ShouldTreatScalarValueAsAddress()
193 bool ShouldTreatScalarValueAsAddress() const;
475 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress() function