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.cpp750 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
785 SecHdrTableOffset + 4 * LayoutIdx * sizeof(uint64_t)); in writeSecHdrTable()
787 SecHdrTableOffset + (4 * LayoutIdx + 1) * sizeof(uint64_t)); in writeSecHdrTable()
789 SecHdrTableOffset + (4 * LayoutIdx + 2) * sizeof(uint64_t)); in writeSecHdrTable()
791 SecHdrTableOffset + (4 * LayoutIdx + 3) * sizeof(uint64_t)); in writeSecHdrTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h376 uint64_t SecHdrTableOffset; variable