Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h18 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord() function in llvm::pdb
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp240 Expected<uint32_t> MaybeHash = hashTypeRecord(Record); in visitTypeBegin()
/src/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp659 uint32_t pdbHash = check(pdb::hashTypeRecord(CVType(newRec))); in mergeTypeRecord()
H A DPDB.cpp288 auto hash = pdb::hashTypeRecord(type); in addTypeInfo()