OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isValidOffset
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
DataExtractor.h
341
bool
isValidOffset
(uint32_t offset) const { return Data.size() > offset; }
349
return offset + length >= offset &&
isValidOffset
(offset + length - 1);
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
[
all
...]
Completed in 5823 milliseconds