HomeSort by relevance Sort by last modified time
    Searched refs:SetSynthetic (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/DataFormatters/
FormatCache.h 60 SetSynthetic (lldb::SyntheticChildrenSP);
85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
  /external/lldb/source/DataFormatters/
FormatCache.cpp 49 SetSynthetic (synthetic_sp);
55 SetSynthetic (synthetic_sp);
102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp)
176 FormatCache::SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp)
179 GetEntry(type).SetSynthetic(synthetic_sp);
FormatManager.cpp 403 m_format_cache.SetSynthetic(valobj_type,retval);
    [all...]

Completed in 1372 milliseconds