Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp946 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
948 if (Header->formatVersion() & VARIANT_MASK_CSIR_PROF) in readHeader()
949 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
962 Start + HashOffset, Cur, Start, HashType, Header->formatVersion()); in readHeader()
966 if (GET_VERSION(Header->formatVersion()) >= 8 && in readHeader()
967 Header->formatVersion() & VARIANT_MASK_MEMPROF) { in readHeader()
H A DInstrProf.cpp1319 uint64_t Header::formatVersion() const { in formatVersion() function in llvm::IndexedInstrProf::Header
1339 if (GET_VERSION(H.formatVersion()) > in readFromBuffer()
1343 switch (GET_VERSION(H.formatVersion())) { in readFromBuffer()
1362 switch (GET_VERSION(formatVersion())) { in size()
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_protocol.m26 "formatVersion": {
H A Drelative_include.m66 "formatVersion": {
H A Dobjc_category.m31 "formatVersion": {
H A Dobjc_interface.m34 "formatVersion": {
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h1055 uint64_t formatVersion() const;