Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectChild.cpp121 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h136 bool ShouldTreatScalarValueAsAddress() const;
DTypeSystem.h447 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress() function
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp179 bool CompilerType::ShouldTreatScalarValueAsAddress() const { in ShouldTreatScalarValueAsAddress() function in CompilerType
181 return m_type_system->ShouldTreatScalarValueAsAddress(m_type); in ShouldTreatScalarValueAsAddress()