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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 213 addSectionFlag(SecProfSummary, SecProfSummaryFlags::SecFlagPartial);
SampleProf.h 187 /// SecFlagPartial means the profile is for common/shared code.
190 SecFlagPartial = (1 << 0),
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 594 if (hasSecFlag(Entry, SecProfSummaryFlags::SecFlagPartial))
1104 if (hasSecFlag(Entry, SecProfSummaryFlags::SecFlagPartial))

Completed in 63 milliseconds