Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValue.cpp336 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()
346 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTContext.h179 GetPointerByteSize ();
DClangASTType.h243 GetPointerByteSize () const;
/freebsd-10-stable/contrib/llvm/tools/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.cpp1099 ClangASTType::GetPointerByteSize () const in GetPointerByteSize() function in ClangASTType