Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp105 m_data_allocator(execution_unit), in IRForTarget()
1436 uint64_t offset = m_data_allocator.GetStream().GetSize(); in MaterializeInternalVariable()
1449 m_data_allocator.GetStream().PutNHex8(aligned_offset - offset, 0); in MaterializeInternalVariable()
1458 m_data_allocator.GetStream().Write(data.GetBytes(), data.GetByteSize()); in MaterializeInternalVariable()
1896 offsets[gv] = m_data_allocator.GetStream().GetSize(); in ReplaceStrings()
1898 m_data_allocator.GetStream().Write(str.c_str(), str.length() + 1); in ReplaceStrings()
2036 if (lldb::endian::InlHostByteOrder() != m_data_allocator.GetStream().GetByteOrder()) in ReplaceStaticLiterals()
2052 uint64_t offset = m_data_allocator.GetStream().GetSize(); in ReplaceStaticLiterals()
2058 m_data_allocator.GetStream().PutNHex8(aligned_offset - offset, 0); in ReplaceStaticLiterals()
2061 m_data_allocator.GetStream().Write(data.GetBytes(), operand_data_size); in ReplaceStaticLiterals()
[all …]
/external/lldb/include/lldb/Expression/
DIRForTarget.h649 …StaticDataAllocator m_data_allocator; ///< The allocator to use for … variable