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

/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp436 uint64_t MemProfSectionStart = 0; local
438 MemProfSectionStart = OS.tell();
474 {MemProfSectionStart, &RecordTableOffset, 1},
475 {MemProfSectionStart + sizeof(uint64_t), &FramePayloadOffset, 1},
476 {MemProfSectionStart + 2 * sizeof(uint64_t), &FrameTableOffset, 1},
542 {MemProfSectionOffset, &MemProfSectionStart, 1},

Completed in 59 milliseconds