Lines Matching refs:tell
57 [[nodiscard]] uint64_t tell() const { return OS.tell(); } in tell() function in llvm::ProfOStream
70 const uint64_t LastPos = FDOStream.tell(); in patch()
599 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV0()
610 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV0()
634 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV1()
645 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV1()
673 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV2()
688 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV2()
691 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfV2()
721 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV3()
738 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfV3()
743 uint64_t RecordPayloadOffset = OS.tell(); in writeMemProfV3()
790 auto BackPatchStartOffset = OS.tell(); in writeHeader()
886 uint64_t SummaryOffset = OS.tell(); in writeImpl()
892 CSSummaryOffset = OS.tell(); in writeImpl()
904 MemProfSectionStart = OS.tell(); in writeImpl()
916 uint64_t BinaryIdSectionStart = OS.tell(); in writeImpl()
946 uint64_t VTableNamesSectionStart = OS.tell(); in writeImpl()
954 TemporalProfTracesSectionStart = OS.tell(); in writeImpl()