Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/tools/debugserver/source/
H A DDNBDataRef.h62 bool ValidOffset(offset_t offset) const { return BytesLeft(offset) > 0; } in ValidOffset() function