Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectChild.cpp119 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp214 bool CompilerType::ShouldTreatScalarValueAsAddress() const { in ShouldTreatScalarValueAsAddress() function in CompilerType
217 return type_system_sp->ShouldTreatScalarValueAsAddress(m_type); in ShouldTreatScalarValueAsAddress()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h193 bool ShouldTreatScalarValueAsAddress() const;
H A DTypeSystem.h475 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress() function