Searched refs:ShouldTreatScalarValueAsAddress (Results 1 – 4 of 4) sorted by relevance
121 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue()
136 bool ShouldTreatScalarValueAsAddress() const;
447 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress() function
179 bool CompilerType::ShouldTreatScalarValueAsAddress() const { in ShouldTreatScalarValueAsAddress() function in CompilerType181 return m_type_system->ShouldTreatScalarValueAsAddress(m_type); in ShouldTreatScalarValueAsAddress()