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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h18 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { function in class:llvm::pdb
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp234 Expected<uint32_t> MaybeHash = hashTypeRecord(Record);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp336 auto hash = pdb::hashTypeRecord(type);

Completed in 174 milliseconds