Home
last modified time | relevance | path

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

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