Home
last modified time | relevance | path

Searched defs:readNext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DEndian.h83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() function
91 inline value_type readNext(const CharT *&memory) { in readNext() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h85 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() function
93 inline value_type readNext(const CharT *&memory) { in readNext() function
/external/llvm/include/llvm/Support/
DEndian.h63 inline value_type readNext(const CharT *&memory) { in readNext() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h62 inline value_type readNext(const CharT *&memory) { in readNext() function
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6926 template <typename T> static uint64_t readNext(const char *&Buf) { in readNext() function
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7787 static uint64_t readNext(StringRef Contents, ptrdiff_t &Offset) { in readNext() function