Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h43 struct GSIHashStreamBuilder;
92 std::unique_ptr<GSIHashStreamBuilder> PSH;
93 std::unique_ptr<GSIHashStreamBuilder> GSH;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp41 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
125 uint32_t GSIHashStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength()
133 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
199 void GSIHashStreamBuilder::finalizeBuckets( in finalizeBuckets()
289 : Msf(Msf), PSH(std::make_unique<GSIHashStreamBuilder>()), in GSIStreamBuilder()
290 GSH(std::make_unique<GSIHashStreamBuilder>()) {} in GSIStreamBuilder()