Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp23 uint32_t PDBStringTable::getHashVersion() const { return Header->HashVersion; } in getHashVersion()
33 if (Header->HashVersion != 1 && Header->HashVersion != 2) in readHeader()
114 (Header->HashVersion == 1) ? hashStringV1(Str) : hashStringV2(Str); in getIDForString()
H A DPDBStringTableBuilder.cpp159 H.HashVersion = 1; in writeHeader()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp80 PGOHashVersion HashVersion; member in __anon71781d390111::PGOHash
138 PGOHash(PGOHashVersion HashVersion) in PGOHash() argument
139 : Working(0), Count(0), HashVersion(HashVersion) {} in PGOHash()
142 PGOHashVersion getHashVersion() const { return HashVersion; } in getHashVersion()
177 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, in MapRegionCounters()
181 : NextCounter(0), Hash(HashVersion), CounterMap(CounterMap), in MapRegionCounters()
488 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) { in DEFINE_NESTABLE_TRAVERSAL()
526 if (HashVersion >= PGO_HASH_V2) { in DEFINE_NESTABLE_TRAVERSAL()
548 if (HashVersion >= PGO_HASH_V2) { in DEFINE_NESTABLE_TRAVERSAL()
997 if (HashVersion < PGO_HASH_V3) { in finalize()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h314 support::ulittle32_t HashVersion; // 1 or 2 member