Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp376 size_t constant_size = m_target_data.getTypeStoreSize(constant->getType()); in ResolveConstant() local
377 lldb_private::DataBufferHeap buf(constant_size, 0); in ResolveConstant()
382 resolved_value.zextOrTrunc(llvm::NextPowerOf2(constant_size) * 8)); in ResolveConstant()