Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp50 static inline uint32_t ReadInt32(const unsigned char *ptr, in ReadInt32() function
410 val = ReadInt32(m_start, *offset_ptr); in GetU32_unchecked()