Home
last modified time | relevance | path

Searched defs:ValidOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h285 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
H A DDataExtractor.h954 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function