Home
last modified time | relevance | path

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

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