Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h279 enum CGDataVersion { enum
290 const uint64_t Version = CGDataVersion::CurrentVersion;
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp185 if (H.Version > IndexedCGData::CGDataVersion::CurrentVersion) in readFromBuffer()
189 static_assert(IndexedCGData::CGDataVersion::CurrentVersion == Version3, in readFromBuffer()