Home
last modified time | relevance | path

Searched refs:GSIHashStreamBuilder (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h42 struct GSIHashStreamBuilder;
90 std::unique_ptr<GSIHashStreamBuilder> PSH;
91 std::unique_ptr<GSIHashStreamBuilder> GSH;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp40 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
124 uint32_t GSIHashStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength()
132 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
198 void GSIHashStreamBuilder::finalizeBuckets( in finalizeBuckets()
288 : Msf(Msf), PSH(std::make_unique<GSIHashStreamBuilder>()), in GSIStreamBuilder()
289 GSH(std::make_unique<GSIHashStreamBuilder>()) {} in GSIStreamBuilder()