Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DDataEncoder.h220 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
DDataExtractor.h945 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.h62 bool ValidOffset(offset_t offset) const { return BytesLeft(offset) > 0; } in ValidOffset() function