Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h42 struct GSIHashStreamBuilder;
90 std::unique_ptr<GSIHashStreamBuilder> PSH;
91 std::unique_ptr<GSIHashStreamBuilder> GSH;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp39 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
123 uint32_t GSIHashStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength()
131 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
197 void GSIHashStreamBuilder::finalizeBuckets( in finalizeBuckets()
287 : Msf(Msf), PSH(std::make_unique<GSIHashStreamBuilder>()), in GSIStreamBuilder()
288 GSH(std::make_unique<GSIHashStreamBuilder>()) {} in GSIStreamBuilder()