Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h24 cookie_seek_function_t *seek; member
/llvm-project/libc/src/__support/File/
H A Dfile.cpp285 ErrorOr<int> File::seek(long offset, int whence) { seek() function in LIBC_NAMESPACE::File
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c96 INLINE void output_root_bytes(const output_t *self, uint64_t seek, uint8_t *out, in output_root_bytes()
578 void llvm_blake3_hasher_finalize_seek(const blake3_hasher *self, uint64_t seek, in llvm_blake3_hasher_finalize_seek()
/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h74 void seek(uint64_t NewOffSet) { Offset = NewOffSet; } in seek() function
/llvm-project/lldb/examples/python/
H A Dfile_extract.py37 def seek(self, offset, whence=0): member in FileExtract
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.h192 void seek(ValueRange vals) { seek() function
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp815 uint64_t raw_fd_ostream::seek(uint64_t off) { seek() function in raw_fd_ostream
/llvm-project/clang/lib/Lex/
H A DLexer.cpp278 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) { seek() function in Lexer
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h939 __sanitizer_cookie_io_seek seek; global() member