Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp747 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
782 SecHdrTableOffset + 4 * LayoutIdx * sizeof(uint64_t)); in writeSecHdrTable()
784 SecHdrTableOffset + (4 * LayoutIdx + 1) * sizeof(uint64_t)); in writeSecHdrTable()
786 SecHdrTableOffset + (4 * LayoutIdx + 2) * sizeof(uint64_t)); in writeSecHdrTable()
788 SecHdrTableOffset + (4 * LayoutIdx + 3) * sizeof(uint64_t)); in writeSecHdrTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h392 uint64_t SecHdrTableOffset; variable