Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp99 DataLayout &m_target_data; member in InterpreterStackFrame
117 : m_target_data(target_data), m_execution_unit(execution_unit) { in InterpreterStackFrame()
154 size_t type_size = m_target_data.getTypeStoreSize(type); in AssignToMatchType()
192 size_t value_size = m_target_data.getTypeStoreSize(value->getType()); in EvaluateValue()
240 size_t value_byte_size = m_target_data.getTypeStoreSize(value->getType()); in AssignValue()
269 value = APInt(m_target_data.getPointerSizeInBits(), addr); in ResolveConstantValue()
319 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
331 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
376 size_t constant_size = m_target_data.getTypeStoreSize(constant->getType()); in ResolveConstant()
411 return Malloc(m_target_data.getTypeAllocSize(type), in Malloc()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h336 std::unique_ptr<llvm::DataLayout> m_target_data;
397 std::unique_ptr<llvm::DataLayout> m_target_data; global() variable
H A DIRForTarget.cpp1609 m_target_data = std::make_unique<DataLayout>(m_module); in runOnModule()
1611 m_target_data->getPointerSizeInBits()); in runOnModule()