Home
last modified time | relevance | path

Searched refs:formatVersion (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp200 uint8_t formatVersion = de.getU8(cursor); in parse() local
201 if (formatVersion != ELFAttrs::Format_Version) in parse()
204 utohexstr(formatVersion)); in parse()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp996 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()
H A DInstrProf.cpp1347 uint64_t Header::formatVersion() const { in formatVersion() function in llvm::IndexedInstrProf::Header
1367 if (GET_VERSION(H.formatVersion()) > in readFromBuffer()
1371 switch (GET_VERSION(H.formatVersion())) { in readFromBuffer()
1393 switch (GET_VERSION(formatVersion())) { in size()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1087 uint64_t formatVersion() const;