Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h308 uint64_t SecHdrTableOffset; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp592 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
606 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable()