HomeSort by: relevance | last modified time | path
    Searched refs:SecHdrTableOffset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 308 uint64_t SecHdrTableOffset;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 590 SecHdrTableOffset = OutputStream->tell();
603 // Set OutputStream to the location saved in SecHdrTableOffset.
604 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1)

Completed in 21 milliseconds