Searched refs:MemProfSectionStart (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 518 uint64_t MemProfSectionStart = 0; in writeImpl() local 520 MemProfSectionStart = OS.tell(); in writeImpl() 563 {MemProfSectionStart, &RecordTableOffset, 1}, in writeImpl() 564 {MemProfSectionStart + sizeof(uint64_t), &FramePayloadOffset, 1}, in writeImpl() 565 {MemProfSectionStart + 2 * sizeof(uint64_t), &FrameTableOffset, 1}, in writeImpl() 644 {MemProfSectionOffset, &MemProfSectionStart, 1}, in writeImpl()
|