Searched refs:getTargetByteSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h157 uint32_t getTargetByteSize() const { return m_target_byte_size; } function in class:lldb_private::DataExtractor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp213 (offset - start_offset) / DE.getTargetByteSize()));

Completed in 59 milliseconds