Searched refs:Version1 (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProf.cpp | 62 case Version1: in serializedSize() 121 case Version1: in serializedSize() 201 case Version1: in serialize() 331 case Version1: in deserialize()
|
| H A D | InstrProfReader.cpp | 926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData() 1297 if (FirstWord == memprof::Version1 || FirstWord == memprof::Version2 || in deserialize() 1318 case memprof::Version1: in deserialize() 1336 if (Version <= memprof::Version1) in deserialize() 1614 case memprof::Version1: in getMemProfRecord()
|
| H A D | InstrProfWriter.cpp | 633 OS.write(memprof::Version1); in writeMemProfV1() 643 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version1); in writeMemProfV1() 766 case memprof::Version1: in writeMemProf()
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 817 case CovMapVersion::Version1: in get() 819 CovMapVersion::Version1, IntPtrT, Endian>>(P, R, D, F); in get() 987 } else if (TestingVersion != uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat() 1007 if (TestingVersion == uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1362 Version1 = 0, enumerator 1389 Version1 = 0x6174616474736574, enumerator 1412 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1075 Version1 = 1, enumerator
|
| H A D | MemProf.h | 28 Version1 = 1, enumerator
|
| /src/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 385 !Alias pkcs12-Version1 pkcs12 10 386 !Alias pkcs12-BagIds pkcs12-Version1 1
|
| /src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 313 clEnumValN(memprof::Version1, "1", "version 1"),
|