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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 90 if (hasSecFlag(Entry, SecCommonFlags::SecFlagCompress))
123 if (hasSecFlag(Entry, SecCommonFlags::SecFlagCompress)) {
342 addSectionFlag(5, SecCommonFlags::SecFlagFlat);
347 addSectionFlag(4, SecCommonFlags::SecFlagFlat);
579 addSecFlag(Entry, SecCommonFlags::SecFlagCompress);
583 addSectionFlag(Type, SecCommonFlags::SecFlagCompress);
SampleProfReader.cpp 823 if (SkipFlatProf && hasSecFlag(Entry, SecCommonFlags::SecFlagFlat))
833 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress);
1086 if (hasSecFlag(Entry, SecCommonFlags::SecFlagCompress))
1091 if (hasSecFlag(Entry, SecCommonFlags::SecFlagFlat))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 165 enum class SecCommonFlags : uint32_t {
206 if (std::is_same<SecCommonFlags, SecFlagType>())
232 bool IsCommon = std::is_same<SecCommonFlags, SecFlagType>();
240 bool IsCommon = std::is_same<SecCommonFlags, SecFlagType>();
248 bool IsCommon = std::is_same<SecCommonFlags, SecFlagType>();

Completed in 52 milliseconds