Home
last modified time | relevance | path

Searched refs:GetPointerByteSize (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Core/
DValue.cpp335 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()
344 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()
/external/lldb/include/lldb/Symbol/
DClangASTContext.h179 GetPointerByteSize ();
DClangASTType.h234 GetPointerByteSize () const;
/external/lldb/source/Symbol/
DType.cpp344 m_byte_size = m_symbol_file->GetClangASTContext().GetPointerByteSize(); in GetByteSize()
DClangASTContext.cpp681 ClangASTContext::GetPointerByteSize () in GetPointerByteSize() function in ClangASTContext
DClangASTType.cpp1050 ClangASTType::GetPointerByteSize () const in GetPointerByteSize() function in ClangASTType