Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h308 uint64_t SecHdrTableOffset; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp590 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
604 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable()