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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h132 bool ShouldTreatScalarValueAsAddress() const;
H A DTypeSystem.h430 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { function in class:lldb_private::TypeSystem
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp129 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp179 bool CompilerType::ShouldTreatScalarValueAsAddress() const { function in class:CompilerType
181 return m_type_system->ShouldTreatScalarValueAsAddress(m_type);

Completed in 64 milliseconds