Home
last modified time | relevance | path

Searched refs:MemProfSectionStart (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp418 uint64_t MemProfSectionStart = 0; in writeImpl() local
420 MemProfSectionStart = OS.tell(); in writeImpl()
456 {MemProfSectionStart, &RecordTableOffset, 1}, in writeImpl()
457 {MemProfSectionStart + sizeof(uint64_t), &FramePayloadOffset, 1}, in writeImpl()
458 {MemProfSectionStart + 2 * sizeof(uint64_t), &FrameTableOffset, 1}, in writeImpl()
486 {MemProfSectionOffset, &MemProfSectionStart, 1}, in writeImpl()