Home
last modified time | relevance | path

Searched defs:FormatVersion (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h301 unsigned FormatVersion; variable
308 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
377 uint64_t FormatVersion; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp819 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader() local