Lines Matching defs:tell
58 [[nodiscard]] uint64_t tell() const { return OS.tell(); }
71 const uint64_t LastPos = FDOStream.tell();
676 uint64_t HeaderUpdatePos = OS.tell();
691 uint64_t FramePayloadOffset = OS.tell();
694 uint64_t CallStackPayloadOffset = OS.tell();
724 uint64_t HeaderUpdatePos = OS.tell();
741 uint64_t CallStackPayloadOffset = OS.tell();
750 uint64_t RecordPayloadOffset = OS.tell();
800 auto BackPatchStartOffset = OS.tell();
938 uint64_t SummaryOffset = OS.tell();
944 CSSummaryOffset = OS.tell();
956 MemProfSectionStart = OS.tell();
962 uint64_t BinaryIdSectionStart = OS.tell();
966 uint64_t VTableNamesSectionStart = OS.tell();
974 TemporalProfTracesSectionStart = OS.tell();