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

  /external/lldb/source/Core/
ValueObjectConstResultChild.cpp 57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
ValueObjectConstResultImpl.cpp 149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create)
155 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
160 return DerefOnTarget()->GetSyntheticChildAtOffset(offset, type, can_create);
162 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
ValueObjectConstResult.cpp 303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
ValueObject.cpp     [all...]
  /external/lldb/include/lldb/Core/
ValueObjectConstResultChild.h 54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
ValueObjectConstResultImpl.h 45 GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create);
ValueObjectConstResult.h 96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
ValueObject.h 866 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
    [all...]
  /external/lldb/source/DataFormatters/
Cocoa.cpp 60 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), true));
107 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
151 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
451 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true));
452 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true));
LibCxxMap.cpp 353 iterated_sp = iterated_sp->GetSyntheticChildAtOffset(m_skip_size, m_element_type, true);
  /external/lldb/source/API/
SBValue.cpp 674 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name);
    [all...]

Completed in 111 milliseconds