Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h305 uint64_t SecHdrTableOffset; variable
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp683 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
697 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable()