Searched refs:formatVersion (Results 1 – 4 of 4) sorted by relevance
200 uint8_t formatVersion = de.getU8(cursor); in parse() local201 if (formatVersion != ELFAttrs::Format_Version) in parse()204 utohexstr(formatVersion)); in parse()
996 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()998 if (Header->formatVersion() & VARIANT_MASK_CSIR_PROF) in readHeader()1000 readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()1012 Start + HashOffset, Cur, Start, HashType, Header->formatVersion()); in readHeader()1016 if (GET_VERSION(Header->formatVersion()) >= 8 && in readHeader()1017 Header->formatVersion() & VARIANT_MASK_MEMPROF) { in readHeader()1054 if (GET_VERSION(Header->formatVersion()) >= 9) { in readHeader()
1347 uint64_t Header::formatVersion() const { in formatVersion() function in llvm::IndexedInstrProf::Header1367 if (GET_VERSION(H.formatVersion()) > in readFromBuffer()1371 switch (GET_VERSION(H.formatVersion())) { in readFromBuffer()1393 switch (GET_VERSION(formatVersion())) { in size()
1087 uint64_t formatVersion() const;