Home
last modified time | relevance | path

Searched refs:ShouldTreatScalarValueAsAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp119 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h188 bool ShouldTreatScalarValueAsAddress() const;
H A DTypeSystem.h465 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp213 bool CompilerType::ShouldTreatScalarValueAsAddress() const { in ShouldTreatScalarValueAsAddress() function in CompilerType
216 return type_system_sp->ShouldTreatScalarValueAsAddress(m_type); in ShouldTreatScalarValueAsAddress()