Searched refs:MemProfSectionStart (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 436 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()
|