OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjectEnd
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
StreamableMemoryObject.h
30
/// the purpose of streaming). Instead, isValidAddress and
isObjectEnd
can be
93
///
isObjectEnd
- Returns true if the address is one past the end of the
98
virtual bool
isObjectEnd
(uint64_t address) const = 0;
124
virtual bool
isObjectEnd
(uint64_t address) const LLVM_OVERRIDE;
/external/llvm/lib/Support/
StreamableMemoryObject.cpp
40
virtual bool
isObjectEnd
(uint64_t address) const LLVM_OVERRIDE {
89
bool StreamingMemoryObject::
isObjectEnd
(uint64_t address) const {
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
236
return BitStream->getBitcodeBytes().
isObjectEnd
(static_cast<uint64_t>(pos));
Completed in 1292 milliseconds