Searched refs:getHashVersion (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h38 uint32_t getHashVersion() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp24 uint32_t PDBStringTable::getHashVersion() const { return Header->HashVersion; } function in class:PDBStringTable
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp137 PGOHashVersion getHashVersion() const { return HashVersion; } function in class:__anon543::PGOHash
224 if (Hash.getHashVersion() != PGO_HASH_V1)
225 Type = getHashType(Hash.getHashVersion(), S);
233 if (Hash.getHashVersion() == PGO_HASH_V1)
257 if (Hash.getHashVersion() != PGO_HASH_V1) \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1211 P.formatLine("Hash Version: {0}", IS->getHashVersion());

Completed in 208 milliseconds