Home
last modified time | relevance | path

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

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