Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h612 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp553 return GetU8_unchecked(offset_ptr); in GetMaxU64_unchecked()