Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp106 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord() function in llvm::pdb
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp235 Expected<uint32_t> MaybeHash = hashTypeRecord(Record); in visitTypeBegin()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp378 auto Hash = pdb::hashTypeRecord(Type); in addTypeInfo()