Home
last modified time | relevance | path

Searched refs:GetValueByteSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp55 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize()
H A DValue.cpp212 uint64_t Value::GetValueByteSize(Status *error_ptr, ExecutionContext *exe_ctx) { in GetValueByteSize() function in Value
516 size_t byte_size = GetValueByteSize(&error, exe_ctx); in GetValueAsData()
H A DValueObjectDynamicValue.cpp106 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h221 uint64_t GetValueByteSize(Status *error_ptr, ExecutionContext *exe_ctx);