<rdar://problem/13421412>

Many "byte size" members and variables were using a mixture of uint32_t and size_t. Switching over to using uint64_t everywhere.

llvm-svn: 177091
This commit is contained in:
Greg Clayton
2013-03-14 18:31:44 +00:00
parent 29a0da3551
commit faac111870
38 changed files with 138 additions and 153 deletions

View File

@@ -106,7 +106,7 @@ ValueObjectDynamicValue::GetClangASTImpl ()
return m_parent->GetClangAST ();
}
size_t
uint64_t
ValueObjectDynamicValue::GetByteSize()
{
const bool success = UpdateValueIfNeeded(false);